shell - Git integration -


so trying experiment console applications , managed connect tfs, checkout or checkin files. wanted able collect information files, , store them in notepad (in future store in database).

anyway, wanted work using shell scripts , instead of tfs, wanted use git (gitorious now) pull , push contents. however, seems real difficult. public/private keys problem , i'm unsure how work out. suggested me access content ssh, have never tried out. can point me way started , should @ or do?

ssh way it, need generate public , private keys.
https://help.github.com/articles/generating-ssh-keys explain how generate keys.
after that's done, need clone repository ssh url. sort of this: git@github.com:username/repo.git. can run

git clone git@github.com:username/repo.git 

and git clone repository directory of same name.
if stuck, github helpful , not specific github in cases.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -