Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 327 Bytes

git.md

File metadata and controls

6 lines (4 loc) · 327 Bytes

Git

Git push to GitHub

  • When pushing from your local git repo to GitHub remote repo, please use the command git push origin main:<your_name> to push from your local main branch to the remote branch with your name.
  • Then create a pull request and merge it with the remote main branch to deploy the changes to the app.