Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


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

  • No labels