Next: Points to Remember, Previous: Submitting Your 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