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
Post a Comment