☝️ git push

Upload local code to GitHub

git push is kinda like saying...

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.

Questions? Let's chat

Open Discord