Skip to content

gabyspg/whos-that-pokemon

 
 

Repository files navigation

whos-that-pokemon

Git workflow:

  1. Clone repo
  2. Git checkout name-feature
  3. do your your stuff on name-feature branch
  4. git checkout dev
  5. git pull origin dev (pull most recent version of dev)
  6. git checkout name-feature branch
  7. git merge dev
  8. git push origin name-feature
  9. Go to github and make pull request (base: dev compare: name-feature)
  10. someone approves (hopefully...)! (can grab someone to screen share with to look over code before officially merging)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.9%
  • HTML 11.1%
  • CSS 4.0%