Last active
December 19, 2015 00:00
-
-
Save AlexArchive/5866012 to your computer and use it in GitHub Desktop.
Git Cheat Sheet
This file contains 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
git remote -v #output remotes | |
git remote rm REMOTENAME #remove remote | |
git add -A #include deleted files | |
git commit -am "message" #add and commit at the same time | |
rm -rf .git #Remove git init | |
===UniX Hecks | |
cd..# go up directory | |
ls #list files | |
ls -l #list files details | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment