git pull --no-ff documentation
From: 乙酸鋰 <hidden>
Date: 2016-06-15 22:54:54
From: 乙酸鋰 <hidden>
Date: 2016-06-15 22:54:54
Hi, The order of options in git pull is not clear in the documentation It only says git pull [options] [<repository> [<refspec>...]] So we have no idea which options should come first I tried git pull -v --no-tags --progress --no-ff origin but failed with unknown option 'no-ff'. But if I ran git pull -v --no-ff --no-tags --progress origin it succeeded. Regards, ch3cooli