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
@AndreiJirohHaliliDev2006 Yes but Git does not "rename" branches. Whatever git application you use is probably creating a new branch and deleting the old one.
With the default configuration, Pull will/might stop working when upstream renames their default branch from
master
tomain
, or any other name.The easiest solution is to create a new branch called
main
like so:With this change, Pull app will automatically pull in upstream's
main
to yourmain
branch.You can then set the
main
branch as your new default branch (optional).The text was updated successfully, but these errors were encountered: