4.8 Removing Branches
Once the maintainer has integrated your changes, you can get
rid of your local branch:
$ git checkout master Move to upstream branch
$ git pull Update
$ gvim ChangeLog ... Verify your changes are in
$ git branch -d feature/python Remove your local branch