+ 1
if I cerated a new file in my lokal repo then how can I push it on my github??
Git
9 Antworten
+ 4
Hey, we've got a git/github course:
https://www.sololearn.com/learn/1236/?ref=app
I think I remember a lesson covering what you need.
+ 1
follow some command.
git add .
git commit -m "whatever you want to put"
git push origin
+ 1
Thnx
+ 1
GitHub provides some really good tutorials, you might like to search for git + learning.
0
I have a local repo and I created new file and which command push it to github?
0
Thnx Vivek
0
Thnx Vivek before I written only: git push without "origin"
0
Szymon welcome bro.
0
Vivek it's working thnx a lot