Skip to content

Instantly share code, notes, and snippets.

@eliza-abraham
Created March 25, 2014 10:23
Show Gist options
  • Save eliza-abraham/9758734 to your computer and use it in GitHub Desktop.
Save eliza-abraham/9758734 to your computer and use it in GitHub Desktop.
Merge Two Commits
$ git log
commit c
Added algorithms for Cosine-similarity
commit b
Set stage for similar objects
commit a
Fixed a bug in space world automation
$ git reset --mixed a
$ git add .
$ git commit -m 'Added algorithms for cosine'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment