mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
push args done
This commit is contained in:
parent
55d563a9bc
commit
dc8df68dac
4 changed files with 109 additions and 5 deletions
|
@ -78,7 +78,7 @@ var assertOriginSpecified = function(generalArgs) {
|
|||
if (generalArgs[0] !== 'origin') {
|
||||
throw new GitError({
|
||||
msg: intl.todo(
|
||||
generalArgs[0] + ' is not a remote in your repository! try origin'
|
||||
generalArgs[0] + ' is not a remote in your repository! try adding origin that argument'
|
||||
)
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue