Last active
January 26, 2023 05:00
-
-
Save JM-Mendez/f30f7534060de9763ba4f3be58e93900 to your computer and use it in GitHub Desktop.
random commands #git
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# push all branches to orgin | |
git push --force-with-lease --all origin | |
# rebase and update all branches before leading up | |
# to this branch from main | |
git rebase --update-refs main feature |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment