Skip to content

Instantly share code, notes, and snippets.

@AlexArchive
Last active December 19, 2015 00:00
Show Gist options
  • Save AlexArchive/5866012 to your computer and use it in GitHub Desktop.
Save AlexArchive/5866012 to your computer and use it in GitHub Desktop.
Git Cheat Sheet
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