How to upload files in the GitHub repository?
Step 1: Open Github and Click New Repository

Step 2: Type a Name and Description of your Repository
Step 3: GitHub Show Like This
Step 4: Go to the file which you want to upload and click Right (Open with Git Bash)
Copy the Code Click Here
step 1:git init
step 2:git add .
step 3:git commit -m "First name"
step 4:git status
step 5:git remote add origin URL(ssh)
step 6:git push origin master
step 7:git push -f origin master
Note: If origin master already exists Use: git remote set-URL origin URL(ssh) (This Step Use as a step 5)
Step 7: Refresh Your GitHub Page






0 Comments
Please do not enter any Spam
link in the Comment Box