Skip to content

Instantly share code, notes, and snippets.

@leonardaustin
Created August 16, 2016 13:19
Show Gist options
  • Save leonardaustin/88e34293fde4f1af9e7912a6356495a2 to your computer and use it in GitHub Desktop.
Save leonardaustin/88e34293fde4f1af9e7912a6356495a2 to your computer and use it in GitHub Desktop.
/tmp/core $ git fetch --all
Fetching scalarelational
Fetching zero
Fetching µ
Fetching foo
remote: Counting objects: 3, done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 3 (delta 0), reused 0 (delta 0)
Unpacking objects: 100% (3/3), done.
From /tmp/fake-repo
e74125e..bddded4 master -> foo/master
/tmp/core $ gitlog | head
* 18fe403 Merging foo to master (HEAD -> master) (Hraban Luyat, 2 seconds ago)
|\
* \ 4a21d29 Merging µ to master (Hraban Luyat, 2 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment