Skip to content

Instantly share code, notes, and snippets.

@yhirose
Last active March 23, 2018 14:02
Show Gist options
  • Save yhirose/fb390a892d84423d79799c6b6bf51f97 to your computer and use it in GitHub Desktop.
Save yhirose/fb390a892d84423d79799c6b6bf51f97 to your computer and use it in GitHub Desktop.
Git alias
[alias]
co = checkout
st = status
br = branch
ci = commit
l = log --date=short --pretty='format:%C(yellow)%h %C(cyan)%ad %C(green)%<(16,trunc)%an%Creset%C(yellow)%d%Creset %s'
lg = log --date=short --pretty='format:%C(yellow)%h %C(cyan)%ad %C(green)%<(16,trunc)%an%Creset%C(yellow)%d%Creset %s' --graph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment