I already did my first commit into github. But now I have checked out the already committed repository using 'git clone <repo name>'. Now after updating my code I want to commit back the new code into my git repository. How to do that ?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
||||
|
|
|
If you have cloned your GitHub repo using an ssh address like
like:
would push the current branch to the repo named 'origin' (the default name when you make your clone) See GitHub pushing help page for more. |
|||
|
|