mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
ALL GIT STUFF DONE YES
This commit is contained in:
parent
9b4de12074
commit
108ab07f93
3 changed files with 87 additions and 33 deletions
|
@ -1,4 +1,23 @@
|
|||
exports.strings = {
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
'git-status-detached': {
|
||||
'__desc__': 'One of the lines for git status output',
|
||||
'en_US': 'Detached head!'
|
||||
},
|
||||
'git-status-onbranch': {
|
||||
'__desc__': 'One of the lines for git status output',
|
||||
'en_US': 'On branch {branch}'
|
||||
},
|
||||
'git-status-readytocommit': {
|
||||
'__desc__': 'One of the lines for git status output',
|
||||
'en_US': 'Ready to commit! (as always in this demo)'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
'git-dummy-msg': {
|
||||
'__desc__': 'The dummy commit message for all commits. Feel free to put in a ' +
|
||||
'shoutout to your school / city / whatever!',
|
||||
'en_US': 'Quick commit. Go Bears!'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
'git-error-branch': {
|
||||
'__desc__': 'One of the error messages for git',
|
||||
|
@ -71,10 +90,10 @@ exports.strings = {
|
|||
'en_US': 'The default behavior is a --hard reset, feel free to omit that option!'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
'git-error-soft': {
|
||||
'git-error-staging': {
|
||||
'__desc__': 'One of the error messages for git',
|
||||
'en_US': 'You can\'t use --soft in this demo because there is no concept of ' +
|
||||
'stashing changes or staging files'
|
||||
'en_US': 'There is no concept of adding / staging files, so that option or ' +
|
||||
'command is invalid!'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
'git-revert-msg': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue