Home Github workflow
Post
Cancel

Github workflow

Github workflow

  • Sync branch main
  • Create new branch to work (create a name with meaning for everyone to know what we are doing)
  • git reset –hard HEAD^^^
  • git checkout main
  • git pull
  • git checkout to the new branch
  • Code code code
  • git add
  • git status (check git status carefully)
  • git commit
  • git push origin to the new branch
  • Go to github to create Pull Request
  • waiting for merging from repos owner
  • delete that new branch
  • Sync branch main again.
This post is licensed under CC BY 4.0 by the author.