Skip to content

Instantly share code, notes, and snippets.

@stefano-rs
Created August 27, 2018 14:35
Show Gist options
  • Save stefano-rs/e5185301650e1a150b6606912d32bb39 to your computer and use it in GitHub Desktop.
Save stefano-rs/e5185301650e1a150b6606912d32bb39 to your computer and use it in GitHub Desktop.
dicas_git.txt
git blame arquivo.php -L 3400,3450
git log -S "texto para busca" arquivo.php
git log --graph
git log --author="Jon"
git log --after="2013-11-12 00:00" --before="2013-11-12 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment