Skip to content

Instantly share code, notes, and snippets.

@leonardaustin
Created August 16, 2016 13:13
Show Gist options
  • Save leonardaustin/e512f18a1a62620b954a6f9673414c98 to your computer and use it in GitHub Desktop.
Save leonardaustin/e512f18a1a62620b954a6f9673414c98 to your computer and use it in GitHub Desktop.
/tmp/core $ alias gitlog='git log --graph --format="format:%h %s%d (%aN, %ar)" --all --branches=\* --remotes=\*'
/tmp/core $ gitlog | head
* 4a21d29 Merging µ to master (HEAD -> master) (Hraban Luyat, 0 seconds ago)
|\
| * 0f0a833 .attr() now uses setAttribute() and getAttribute to make it work with data- attributes (µ/master) (Koen Mostert, 1 year, 3 months ago)
| * 9fe9636 added .remove() (Koen Mostert, 1 year, 3 months ago)
| * ce7a6e9 Merge branch 'master' of https://github.com/reaxis/mu (Koen Mostert, 1 year, 3 months ago)
| |\
| | * 56df7d9 initiating µ twice resulted in an infinite loop of adding event handlers (Koen Mostert, 1 year, 4 months ago)
| * | ab10873 more tests (Koen Mostert, 1 year, 3 months ago)
| |/
| * b9639c9 mu is now an alias for µ (Koen Mostert, 1 year, 4 months ago)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment