This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
create a branch and work on a feature | |
after completing the feature on the branch us pull request(pr) | |
after merging successfully on github, click the button that says "now you can delete the branch safely" | |
on local, switch to main branch and pull the updates from remote | |
-WORKFLOW AFTER SUCCESSFUL PR | |
git fetch --prune | |
git checkout main | |
git pull origin main | |