Skip to content

Instantly share code, notes, and snippets.

View josheby's full-sized avatar

Josh Eby josheby

  • Michigan
View GitHub Profile
[alias]
ci = commit
# View abbreviated SHA, description, and history graph of the latest 20 commits
l = log --pretty=oneline -n 20 --graph --abbrev-commit
lol = log --graph --decorate --pretty=format:\"%h %ad | %s%d [%an]\" --date=short --abbrev-commit
# View the current working tree status using the short format