push args done

This commit is contained in:
Peter Cottle 2013-10-26 14:14:08 -07:00
parent 55d563a9bc
commit dc8df68dac
4 changed files with 109 additions and 5 deletions

View file

@ -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'
)
});
}