mirror of
https://github.com/namibia/tips.git
synced 2024-12-23 02:28:58 +00:00
commit
02d0ca47c9
16
README.md
16
README.md
@ -22,3 +22,19 @@ git update-ref -d HEAD
|
|||||||
```sh
|
```sh
|
||||||
git diff --name-only --diff-filter=U
|
git diff --name-only --diff-filter=U
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# List all branches that are already merged into master
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git checkout master
|
||||||
|
git branch --merged
|
||||||
|
```
|
||||||
|
|
||||||
|
# Quickly switch to the previous branch
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git checkout -
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user