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
to merge 2 branches:
in my branch
git fetch
go other-branch
git rebase
go mybranch
git merge --no-ff other-branch
merge conflicts
git add
git commit
git push