Last active
October 26, 2022 07:47
-
-
Save demoriz/3af437bfe2645fec13742a6396e8fcee to your computer and use it in GitHub Desktop.
[git] commands #git
This file contains hidden or 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
git checkout -b dev origin/dev | |
git pull --recurse-submodules | |
git reset --hard HEAD | |
git rm --cached bla | |
git push --force | |
git clean -fd | |
git push --set-upstream origin dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment