github on linux


github online



On github website:

1- create an account on line ( github.com)

2- create a "folder" or repository

3- copy the link


On the PC:

4- create directory ( change dir)

5- push up (upload) the online repository

6- pull down (download)








4- create directory ( change dir)

create a directory on the PC
cd to_directory

git status



5- push up (upload) the online repository

git add  filename.xxx

git commit -m "comment here"

git push



6- pull down (download)

git pull