Use git push to upload your local code to GitHub.
command line
git push origin master
Note: the -u
flag is used to set origin as the upstream remote in your git config so git pull can be used without any arguments in the future.
Use git push to upload your local code to GitHub.
git push origin master
Note: the -u
flag is used to set origin as the upstream remote in your git config so git pull can be used without any arguments in the future.
Ask questions via GitHub below OR chat on Slack #questions