Skip to content

Instantly share code, notes, and snippets.

@Davoleo
Davoleo / git_commands.md
Last active January 11, 2018 18:37 — forked from davfre/git_cheat-sheet.md
git commandline cheat-sheet

git cheat-sheet

A GUI like http://sourcetreeapp.com is often helpful, but staying on the command line usually quicker. This is a list of the commands I use most frequently, listed by funcional category:

current state

git status list which (unstaged) files have changed
git diff list (unstaged) changes to files
git log list recent commits