update git

This commit is contained in:
JMARyA 2024-09-13 09:43:33 +02:00
parent 9ca928e1f0
commit 8109016c84
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -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