Live to Code

code to live

Handy Git Commands


11 Jul 2013 |

View commit history for a deleted file

$ git log -- path/to/file

View most recent git commands (useful for undoing commands)

$ git reflog