mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 15:38:33 +02:00
Change fetch arguments up a bit, start migrating
This commit is contained in:
parent
e5b4ac5b1c
commit
7225e9b7e6
3 changed files with 15 additions and 6 deletions
|
@ -1051,6 +1051,7 @@ GitEngine.prototype.fetch = function(options) {
|
|||
)
|
||||
));
|
||||
}, this);
|
||||
|
||||
if (!commitsToMake.length && !options.dontThrowOnNoFetch) {
|
||||
throw new GitError({
|
||||
msg: intl.str('git-error-origin-fetch-uptodate')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue