Last active
December 22, 2015 20:49
-
-
Save gabeborges/6528778 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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