Skip to content

Instantly share code, notes, and snippets.

@gabeborges
Last active December 22, 2015 20:49
Show Gist options
  • Select an option

  • Save gabeborges/6528778 to your computer and use it in GitHub Desktop.

Select an option

Save gabeborges/6528778 to your computer and use it in GitHub Desktop.
GIT CONFIG:
$git config --global user.name “username”
$git config --global user.email exemple@email.com
#setup your Git User Account. You need to have a git account in order to do it
GENERATE SSH KEY
https://help.github.com/articles/generating-ssh-keys
INITIALIZING
$mkdir projectname
$cd projectname
$git init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment