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
3. Check last X most recent commits that are on `upstream/main` but not yet on your branch `git log --pretty=format:'%h %ad %s' --date=short HEAD..upstream/main | tail -50`
22
+
4. Merge target commit `git merge <sha>`
23
+
5. Push to remote branch `git push origin my-sync-branch`
0 commit comments