Skip to content

Instantly share code, notes, and snippets.

@rahulspace
Last active March 4, 2018 15:23
Show Gist options
  • Select an option

  • Save rahulspace/b700dc2e1971ed4ac2cb0d8c5d1acc1e to your computer and use it in GitHub Desktop.

Select an option

Save rahulspace/b700dc2e1971ed4ac2cb0d8c5d1acc1e to your computer and use it in GitHub Desktop.
Git Setup

Git Setup

Setting git user name

$ git config --global user.name "<user name>"

Setting git user email

$ git config --global user.email "<user email>"

Initialising git

$ git init

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment