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
Thanks for sharing this tool. I tried your latest version but had to revert to 1.0.1 because I don't think the shallow clone clones enough history to be able to push up to another branch. I think you probably need a depth of at least 2 (or more if multiple commits have been added). I'm curious if this worked for you. This failure looked like this:
! [rejected] main -> main (fetch first)
error: failed to push some refs to '***github.com/<redacted>.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
The text was updated successfully, but these errors were encountered:
Thanks for sharing this tool. I tried your latest version but had to revert to 1.0.1 because I don't think the shallow clone clones enough history to be able to push up to another branch. I think you probably need a depth of at least 2 (or more if multiple commits have been added). I'm curious if this worked for you. This failure looked like this:
The text was updated successfully, but these errors were encountered: