Next: Points to remember, Previous: Submitting Changes, Up: Development without commit access [Contents][Index]
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