/
github on linux
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
, multiple selections available,
Related content
Github Desktop ( Laptop to github )
Github Desktop ( Laptop to github )
More like this
Add git support
Add git support
More like this
github on a local server
github on a local server
More like this
github: work on someone else code
github: work on someone else code
More like this
Jenkins
Jenkins
More like this