Created
February 29, 2016 15:57
-
-
Save gelinger777/e991f473418d7490adb0 to your computer and use it in GitHub Desktop.
Change GIT command to SHIT in linux command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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