This repo is created to explain the idea of following the Git Workflow with Rebase. You can find the tutorial here (https://medium.com/@kalana.16/git-rebase-for-an-absolute-beginner-35d16144abd9)
- Fork and clone the desired repo
- Set upstream
- Create a branch from the dev branch of the upstream
- Rebase your branch with the dev branch (Sync your fork)
- Push your branch to the origin
- Send a PR to dev branch to merge your local branch to dev branch