Skip to content

Latest commit

 

History

History
29 lines (13 loc) · 705 Bytes

Readme.md

File metadata and controls

29 lines (13 loc) · 705 Bytes

GWOC Demo Site

After Forking and Cloning

cd GWOC-Demo-Website

git remote add upstream https://github.com/girlscript/GWOC-Demo-Website.git

Always take a pull from the upstream repository to your main branch to keep it at par with the main project(updated repository).

git pull upstream main

git checkout -b <your_branch_name>

Perfom your desired changes to the code base.

git add .

git commit -m "Relevant message"

git push -u origin <your_branch_name>

To create a pull request, click on compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repo you are suppose to make a PR to.

Click on Create Pull Request