diff --git a/README.md b/README.md index 3d688b8..8daf65d 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,14 @@ unstage by using ```shell use "git reset HEAD ..." to unstage ``` + +Track remote branch +```shell +git checkout --track origin/ +``` + +Delete remote branch +```shell +git push --delete +git remote prune +```