7

My friend asked me to set up his git for him

$ git config --global alias.co status
$ git config --global alias.br checkout
$ git config --global alias.ci status
$ git config --global alias.st commit

Comments
  • 1
    You're evil... I like that! Just not on my global config!!!
  • 2
    Reminds me of when I go onto some of my programmer friends laptops and add the alias vim= echo 'Vim sucks use nano' to the bottom of their .bashrc file
  • 0
    @Axis vim masterrace ;)
    Anyways, welcome to devRant!
Add Comment