if I cerated a new file in my lokal repo then how can I push it on my github?? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

if I cerated a new file in my lokal repo then how can I push it on my github??

Git

9th Jul 2020, 6:57 AM
Szymon
Szymon - avatar
9 ответов
+ 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.
9th Jul 2020, 7:20 AM
Kevin ★
+ 1
follow some command. git add . git commit -m "whatever you want to put" git push origin
9th Jul 2020, 7:40 AM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar
+ 1
Thnx
9th Jul 2020, 8:24 AM
Szymon
Szymon - avatar
+ 1
GitHub provides some really good tutorials, you might like to search for git + learning.
9th Jul 2020, 11:56 PM
Sandra Meyer
Sandra Meyer - avatar
0
I have a local repo and I created new file and which command push it to github?
9th Jul 2020, 7:08 AM
Szymon
Szymon - avatar
0
Thnx Vivek
9th Jul 2020, 8:24 AM
Szymon
Szymon - avatar
0
Thnx Vivek before I written only: git push without "origin"
9th Jul 2020, 8:35 AM
Szymon
Szymon - avatar
0
Szymon welcome bro.
10th Jul 2020, 3:51 AM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar
0
Vivek it's working thnx a lot
10th Jul 2020, 4:30 PM
Szymon
Szymon - avatar