Update Repository
If there's code change in the project, and you would like to push it to github. Here are some steps to create commit and push the code into github.
Open Command Prompt/Cmder/Terminal, cd
to the your project directory. Run the command below to check on any code change inside the project
Use the following code to create a commit, before pushing the code change to github repository.
After creating a commit, we are able to push the commit into github repository with the following command. master
branch is created by default, therefore the command below is pushing code to master
branch.
Last updated
Was this helpful?