mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
WIP working on get target graph difference
This commit is contained in:
parent
6e75e04daf
commit
6cc0b182cc
7 changed files with 115 additions and 106 deletions
|
@ -52,6 +52,10 @@ exports.strings = {
|
|||
'en_US': 'Quick commit. Go Bears!',
|
||||
'zh_CN': '快速提交。上啊月熊!'
|
||||
},
|
||||
'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'
|
||||
},
|
||||
'git-error-remote-branch': {
|
||||
'__desc__': 'One of the error messages for git',
|
||||
'en_US': 'You cannot execute that command on a remote branch'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue