Skip to content

Instantly share code, notes, and snippets.

@leonardaustin
Created August 16, 2016 13:20
Show Gist options
  • Save leonardaustin/2d79918a2a2ded325459a6bf7b015ead to your computer and use it in GitHub Desktop.
Save leonardaustin/2d79918a2a2ded325459a6bf7b015ead to your computer and use it in GitHub Desktop.
/tmp/core $ git merge -m 'merge foo/master into master' foo/master
Merge made by the 'recursive' strategy.
monde | 1 +
1 file changed, 1 insertion(+)
create mode 100644 monde
/tmp/core $ ls -F1
foo/
monde
scalarelational/
zero/
µ/
/tmp/core $ gitlog | head
* 37cccbb merge foo/master into master (HEAD -> master) (Hraban Luyat, 0 seconds ago)
|\
| * bddded4 fake-repo commit #2 (add file monde) (foo/master) (Hraban Luyat, 2 seconds ago)
* | 18fe403 Merging foo to master (Hraban Luyat, 2 seconds ago)
|\ \
| |/
| * e74125e initial commit in fake-repo (add file world) (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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment