awesome have part of git push working

This commit is contained in:
Peter Cottle 2013-06-11 09:28:14 -07:00
parent 84f180e6a8
commit c7da989845
8 changed files with 336 additions and 42 deletions

View file

@ -60,6 +60,10 @@ exports.strings = {
'__desc__': 'One of the error messages for git',
'en_US': 'Your origin branch is out of sync with the remote branch and fetch cannot be performed. try using --force'
},
'git-error-origin-push-no-ff': {
'__desc__': 'One of the error messages for git',
'en_US': 'The remote repository has diverged from your local repository, so uploading your changes is not a simple fast forward (and thus your push was rejected). Please pull down the new changes in the remote repository, incorporate them into this branch, and try again. You can do so with git pull or git pull --rebase'
},
'git-error-remote-branch': {
'__desc__': 'One of the error messages for git',
'en_US': 'You cannot execute that command on a remote branch'