Skip to content

tracyalison11/WWC-PR-DEMO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published