Skip to content

Instantly share code, notes, and snippets.

@zabih-alipour
Created February 16, 2019 19:12
Show Gist options
  • Save zabih-alipour/9c710206220b5a8066880a5fd5ce12d4 to your computer and use it in GitHub Desktop.
Save zabih-alipour/9c710206220b5a8066880a5fd5ce12d4 to your computer and use it in GitHub Desktop.
Git some util commands
# View git log
* git log --pretty=oneline // show log in one line
* git log --pretty=format:"%h : %an : %ar : %s" // version : user : date : commit message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment