cheatsheets & projects

This commit is contained in:
2023-05-26 10:59:13 +02:00
parent 03b9ac3cd0
commit 432a165fdb
2 changed files with 9 additions and 0 deletions

4
cheatsheets/git.md Normal file
View 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)