SoureTree & Git

2018-09-22  本文已影响0人  曹志文

1. Version Control

If you want go to certain version, right click it and select 'checkout'

2. Working Together

2.1 On MAC

ssh-keygen
# then set password 
cat .ssh/id_rsa.pub
# then copy the key content
Now we can upload our change to Remote

click 'origin' -> click Push icon -> click master branch

Now you are gonna load your own SSH key to identify yourself to the server. If you are on a mac, you only need to provide your paraphrase if you saved the key at default location. In windows, you can use PuTTY SSH key agent, 'Pageant'

上一篇 下一篇

猜你喜欢

热点阅读