You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just using git push might cause problems with some CI's such as Jenkins. Jenkins, for example, always checks out a revision and never exactly master, so its push to needs to explicitly know it's going to HEAD:master before any subtree push.
The text was updated successfully, but these errors were encountered:
Just using
git push
might cause problems with some CI's such as Jenkins. Jenkins, for example, always checks out a revision and never exactlymaster
, so its push to needs to explicitly know it's going toHEAD:master
before anysubtree push
.The text was updated successfully, but these errors were encountered: