mirror of
https://github.com/namibia/tips.git
synced 2024-12-23 10:38:58 +00:00
Update README and TOC
... by `npm run-script generate`
This commit is contained in:
parent
aec9d8b1a3
commit
65dd8ac36f
@ -174,7 +174,7 @@ git checkout -
|
|||||||
|
|
||||||
## Remove branches that have already been merged with master
|
## Remove branches that have already been merged with master
|
||||||
```sh
|
```sh
|
||||||
git branch --merged | grep -v '\*' | xargs -n 1 git branch -d
|
git branch --merged master | grep -v '^\*' | xargs --no-run-if-empty -n 1 git branch -d
|
||||||
```
|
```
|
||||||
|
|
||||||
## List all branches and their upstreams, as well as last commit on branch
|
## List all branches and their upstreams, as well as last commit on branch
|
||||||
|
Loading…
Reference in New Issue
Block a user