- find a nice directory
-
git clone git://git.blender.org/blender-addons-contrib.git -
git pull --rebase -
git remote set-url origin git@git.blender.org:blender-addons-contrib.git -
ssh-keygen- this will suggest
id_rsa.publocated in/home/zeffii/.ssh, just hit enter.
- this will suggest
- upload this public key to phabricator ( https://developer.blender.org/settings/panel/ssh/ )
- create a private key, download to
/home/zeffii/.ssh - git push ( you should have commits ready )
after a while when you come back to the repo you do
git pull --rebase- make your edits
git commit -am 'blablab'git push --all- your crazy passphrase
check untracked files: git ls-files --others --exclude-standard
on windows.. ssh-keygen comes with git-for-windows it will save key at
/c/Users/username/.ssh/. It will make a public key.ssh/id_rsa.puband an identification.ssh/id_rsaand make a fingerprint.