Skip to content

Instantly share code, notes, and snippets.

@vanpeerdevelopment
Created January 28, 2014 19:10
Show Gist options
  • Select an option

  • Save vanpeerdevelopment/8674124 to your computer and use it in GitHub Desktop.

Select an option

Save vanpeerdevelopment/8674124 to your computer and use it in GitHub Desktop.

Revisions

  1. vanpeerdevelopment created this gist Jan 28, 2014.
    5 changes: 5 additions & 0 deletions git-user-config.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    # Configure username
    git config user.name "Your Name"

    # Configure email address
    git config user.email "[email protected]"