Before git pulling, you must commit
your changes to your local repository:
git commit -a -m "myCommit" You can also, if you don't want to accumulate commits, clean your sand box with git checkout <path-to-your-po-file> for every file. The file will return to its previous state, before your changes. Then git pull will update your file. If you even though want to save you changes, you quand use git stash Your files will be saved and then return to their previous state. Please run man git-stash for more information about this command. Julien Hi, after sending the patch I'm not able to do "git pull" anymore in the gimp-help-2 repository. The error it throws is the next:
|