sarah-mclaughlin / WWC-PR-DEMO

Demo for Women Who Code DC Pull Request Meetup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WWC-PR-DEMO

This project was created to introduce open source software and pull requests during a women who code meetup. Please do not create a PR if you're not attending the meetup. Thank you!

GIT COMMANDS

Clone the project to your computer

git clone EXAMPLE: git clone https://github.com/tracyalison11/WWC-PR-DEMO.git

Create a new branch

git checkout -b EXAMPLE: git checkout -b issue11

Add changes made on branch

EXAMPLE: git add -p

Commit the changes added and add a message about those changes

EXAMPLE: git commit -m "Added a browser tab title"

Push your changes

EXAMPLE: git push --set-upstream origin issue11

About

Demo for Women Who Code DC Pull Request Meetup


Languages

Language:CSS 61.2%Language:HTML 38.8%