message no. 40760
Posted by VxJasonxV in #github at 2014-08-17T23:36:40Z
an alias is executed as a single command, so bash will literally run a command called "git commit -am "test deploy" --amend && git push vhost HEAD:master -f" which will error because -f isn't a flag, and the rest of the parameters aren't relevant to git commit