Git command line alias shortcuts

You can define aliases in bash but in vanilla form they must be 1 word
   alias ll='ls -l'

I'd like to define a 2 word alias for some git commands e.g. "git s"  for "git status"
Well, git does support setting aliases for commands 


Comments

Popular posts from this blog

angular js protractor e2e cheatsheet

angularjs ui-router query string parameter support

typescript notes (typeof, keyof, ReturnType, Parameters, Extract)