More git tips
@ -22,3 +22,19 @@ git update-ref -d HEAD
```sh
git diff --name-only --diff-filter=U
```
# List all branches that are already merged into master
git checkout master
git branch --merged
# Quickly switch to the previous branch
git checkout -
The note is not visible to the blocked user.