Skip to content

Instantly share code, notes, and snippets.

@gelinger777
Created February 29, 2016 15:57
Show Gist options
  • Save gelinger777/e991f473418d7490adb0 to your computer and use it in GitHub Desktop.
Save gelinger777/e991f473418d7490adb0 to your computer and use it in GitHub Desktop.
Change GIT command to SHIT in linux command line
alias shit="git"
#run this command in command line and you can make
shit init # which is equal to git init
shit push origin master
shit pull origin master
and so on... :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment