mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
awesome, git fetch working super well
This commit is contained in:
parent
d18633c608
commit
b090cef461
8 changed files with 1230 additions and 37 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue