writings/cheatsheets/git.md

5 lines
192 B
Markdown
Raw Normal View History

2023-05-26 10:59:13 +02:00
# 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)