mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-08 05:34:27 +02:00
whitespace warnings
This commit is contained in:
parent
7ac852dae5
commit
598f8263b3
3 changed files with 3 additions and 3 deletions
|
@ -620,7 +620,7 @@ var commandConfig = {
|
|||
|
||||
var args = null;
|
||||
if (commandOptions['-b']) {
|
||||
// the user is really trying to just make a
|
||||
// the user is really trying to just make a
|
||||
// branch and then switch to it. so first:
|
||||
args = commandOptions['-b'].concat(generalArgs);
|
||||
command.twoArgsImpliedHead(args, '-b');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue