@ -27,3 +27,14 @@ unstage by using
```shell
use "git reset HEAD <file>..." to unstage
```
Track remote branch
git checkout --track origin/<branch>
Delete remote branch
git push <remote_name> --delete <branch_name>
git remote prune <remote_name>
The note is not visible to the blocked user.