Skip to content

Instantly share code, notes, and snippets.

@GSerjo
GSerjo / git-cheat-list.md
Created February 29, 2016 18:20
Git cheat list

Git cheat list

  • remembering the password

    git config --global credential.helper store
    git fetch
    

    the first command tells git to remember the credentials that you are going to provide for the second command

  • path to the global config