How to Use Git Manually

Generate keys

load ssh aggent

js 'j.do.loadSSHKeys()'

Set your Git private details

git config --global user.email "[email protected]"
git config --global user.name "Billy Everyteen"

How to manually checkout a Git repo

mkdir -p ~/code/github/jumpscale
cd ~/code/github/jumpscale
git clone [email protected]:Jumpscale/jumpscale_core8.git

The nice thing is you will not have to use login/passwd when doing code mgmt as long as you have your keys filled in. DO NOT checkout code using http, always use ssh

results matching ""

    No results matching ""