Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 536 Bytes

git-manual.md

File metadata and controls

32 lines (26 loc) · 536 Bytes

How to backup source code to github.com webstie

download files

git clone
https://github.com/hjoon0510/test.git
cd <folder-name>

edit

nano < file-name >    ( or  vim < file-name > )
cat  < file-name >  
ls   

backup (to github.com)

git add <file-name>
git commit -a -s
git pull
git push origin master
-your id: ****
-your password: ****

note

End of line.