gawkworkflow: Removing Branches

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