mint linux, ssh 활성화

etc 2014. 3. 22. 12:37



http://linuxg.net/how-to-enable-ssh-on-linux-mint-15-14-13-12/

Posted by tenn
,





git checkout [branch_name] -- [filename]





http://stackoverflow.com/questions/2364147/how-to-get-just-one-file-from-another-branch

Posted by tenn
,




git checkout HEAD path/to/file.txt


git checkout [commit revision] [file name]


http://stackoverflow.com/questions/2733873/reverting-a-single-file-to-a-previous-version-in-git

Posted by tenn
,