shell - Command Line Git Problems -


this question has answer here:

i'm not understanding git. have repository on github.com checkout cloning. add file called index.html , commit via command line. nothing happens on github.com. cannot see new file updating nor see of new branches create. doing wrong?

to commit it's not enough.

please run 1 more command:

git push origin <your_branch_name> 

after command new branch created on github commited changes


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -