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
--reset after .gitignore change | |
git rm -r --cached . | |
git add . | |
git commit -a -m "M" | |
--prune remote | |
git fetch -p | |
--branch delete safe (ensures changes branch b are already in the current branch) |