awesome, git fetch working super well

This commit is contained in:
Peter Cottle 2013-06-10 20:21:50 -07:00
parent d18633c608
commit b090cef461
8 changed files with 1230 additions and 37 deletions

View file

@ -52,6 +52,10 @@ exports.strings = {
'en_US': 'Quick commit. Go Bears!',
'zh_CN': '快速提交。上啊月熊!'
},
'git-error-origin-fetch-uptodate': {
'__desc__': 'One of the error messages for git',
'en_US': 'Already up to date!'
},
'git-error-origin-fetch-no-ff': {
'__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'