Github | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Github

how to upload files on github?

29th Oct 2017, 7:53 PM
Zainab
Zainab - avatar
8 Answers
+ 6
install git on your computer git-scm.com if you're on windows install a bash shell emulator (may be one with the windows git installer) Create an account on github.com if you use ssh, create a set of ssh keys on your computer if you haven't already add the public ssh key to your github settings you can google how to do this create a new repository with the same folder name as the project you wish to upload to github after creating the project you'll have some instructions on the github project page, follow them to make your initial commit and push you can learn more in the help section of github.com and more about using git from git-scm.com
29th Oct 2017, 8:04 PM
ChaoticDawg
ChaoticDawg - avatar
+ 4
Here is one of the tutorials I used. Git Tutorials Playlist: http://www.youtube.com/playlist?list=PL6gx4Cwl9DGAKWClAD_iKpNC0bGHxGhcx
29th Oct 2017, 8:04 PM
Manual
Manual - avatar
+ 3
cd to a directory you wanna push. git init git remote add origin "your git repo url" git pull origin master git add . git commit -m "messages" git push -u origin master installing git Linux, Ubuntu deriviatives: sudo apt-get update && apt-get install git windows, go on the internet and hunt down the git installer. how else do you install softwares on it?
29th Oct 2017, 10:43 PM
Gao Xiangshuai
Gao Xiangshuai - avatar
+ 2
Did you check how to upload to git hub on github. Or watch a youtube vid? I cannot walk you through it from a comment. You may need to search for the solution.
29th Oct 2017, 7:59 PM
Manual
Manual - avatar
+ 2
Zainab Manual Gao Xiangshuai ChaoticDawg Let's be friends on GITHUB 😇 ....i will follow back.... 💕💕💕💕💕💕
26th Aug 2021, 6:11 PM
Suchismita
Suchismita - avatar
+ 1
and I also wnat to know the process of branching 😅
29th Oct 2017, 7:55 PM
Zainab
Zainab - avatar
+ 1
I watched some vids how to create repository but I don't know how to upload files that continues the cods😅
29th Oct 2017, 8:02 PM
Zainab
Zainab - avatar
0
okayyy ..Thanx lot
29th Oct 2017, 8:06 PM
Zainab
Zainab - avatar