Skip to content

Instantly share code, notes, and snippets.

@czlang
Last active October 11, 2015 17:17
Show Gist options
  • Save czlang/3892400 to your computer and use it in GitHub Desktop.
Save czlang/3892400 to your computer and use it in GitHub Desktop.
git commands
export logu do souboru za posledni 3 mesice
git log --since='3 months ago' --pretty=format:'%ci,%an,%ar,%s' > log.csv
export seznamu zmenenych souboru
git diff -–name-only commit1 commit2 > /path/to/my/file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment