update git
This commit is contained in:
parent
9ca928e1f0
commit
8109016c84
1 changed files with 3 additions and 0 deletions
|
@ -178,6 +178,9 @@ git merge --continue
|
|||
When done with a branch, delete it with:
|
||||
```shell
|
||||
git branch -d branch
|
||||
|
||||
# Also delete on remote
|
||||
git push -d <remote_name> <branchname>
|
||||
```
|
||||
|
||||
## Remotes
|
||||
|
|
Loading…
Reference in a new issue