diff --git a/technology/dev/Git.md b/technology/dev/Git.md index 3908973..c9b1609 100644 --- a/technology/dev/Git.md +++ b/technology/dev/Git.md @@ -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 ``` ## Remotes