E-Commerce project for contribution
- Navigate to the project directory using
cd CB-Jan23-E-Commerce
-
create a feature branch with the convention feature/ from the
env/sbox
branch e.gfeature/winston_setup
.git checkout env/sbox
git branch feature/winston_setup
-
checkout you branch using vs code or
git checkout <your branch name>
. -
Do your changes in your branch
-
Once done commit your changes in your branch with appropriate commit message (use vs code or
git add -A
and thengit commit -m "<commit message>"
) -
Publish your change to github using vs code GUI or use
git push origin <feature branch name>
-
Now go to the
CB-Jan23-E-Commerce
repository on github you must get a prompt to create a pull request follow the steps and keep the base branch asenv/sbox
-
Create the pull request and assign it to a reviewer.
-
Check and resolve conflicts if any.