Skip to content

Instantly share code, notes, and snippets.

View johnscillieri's full-sized avatar

John Scillieri johnscillieri

View GitHub Profile
@johnscillieri
johnscillieri / git-cheat-list.md
Created February 17, 2017 01:08
Git cheat list

Git cheat list

  • all commits that your branch have that are not yet in master

    git log master..<HERE_COMES_YOUR_BRANCH_NAME>
    
  • setting up a character used for comments

git config core.commentchar