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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -