-
Git Bash Download : https://git-scm.com/downloads
-
Git Desktop Download: https://desktop.github.com/
STEP 2: fork
Click on the fork button in the https://github.com/FOSS-UCSC/demo
Now you need a copy locally, so find the “SSH clone URL” in the right hand column and use that to clone locally using a terminal:
git clone https://github.com/FOSS-UCSC/demo
Example: Write your name on a text file and save it as yourname.txt
git checkout -b yourname
git add .
git commit -am "I wrote my name"
git push origin branchname
fefew