cheatsheets & projects
This commit is contained in:
4
cheatsheets/git.md
Normal file
4
cheatsheets/git.md
Normal file
@ -0,0 +1,4 @@
|
||||
# Cheat sheets for git
|
||||
|
||||
- `git fetch -p`: prune all remote branch that are not trackable anymore
|
||||
- `git branch --merged master` list all branch that are merged (should certainly be deleted)
|
Reference in New Issue
Block a user