68
sam9669
7y

Git....
alias such=git
alias very=git
alias wow=‘git status’
$wow
$ such commit
$ very push

Comments
  • 7
    alias wow='git status'
    alias such='git diff'
    alias so='git add'
    alias very='git commit -m'

    wow
    such <DIRECTORIES>
    so <FILES>
    very <COMMIT MESSAGE>
  • 0
    This is going to confuse the shit out of you if you actually depend on it...

    Also, you probably end up gimping the usability when including certain params in your commands.
  • 0
    I think using some different aliases for git would be less confusing and do the great job of spreading doge.
Add Comment