From 80006b39c57bb3031f703d6b1efe2049d7f22c38 Mon Sep 17 00:00:00 2001 From: Bastian Date: Wed, 8 Jan 2020 13:52:55 +0000 Subject: [PATCH] added more info --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 +```