git operation
1. Start a project $ git init #project name 2. if you have key for download, copy the project from github or other git $ git clone #link 3. if not, assign a key to your account $ ssh -keygen #account domain name 4. copy the key to Github $ xclip -sel clip #key 5. Read more about git operation[…]