Skip to content

Instantly share code, notes, and snippets.

@tamanugi
Created June 14, 2017 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tamanugi/9207b0f67f4c383c45de1004cdbf4ad6 to your computer and use it in GitHub Desktop.
Save tamanugi/9207b0f67f4c383c45de1004cdbf4ad6 to your computer and use it in GitHub Desktop.
Git log から任意のコミットハッシュを取得
git log --full-history --date=format:'%Y/%m/%d %H:%M:%S' --pretty=format:'%h [%ad] %an : %s' | peco | awk '{print nt $1}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment