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
| 1. set-up user name and email | |
| git config --global user.name "Firstname Lastname" | |
| git config --global user.email "[email protected]" | |
| git config --global color.ui auto | |
| 2. create ssh | |
| $ ssh-keygen -t rsa -C "[email protected]" | |
| Generating public/private rsa key pair. |
NewerOlder