Skip to content

rykhrgrissom/github-playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Gaming Gamers!

Tasks

  1. Fork this repository
  2. Each team lead clone your forked repository
  3. Create a branch called add/<your-name>
  4. Add your name to the README.md file
  5. Create a Virtual Environment
    • conda create -n gitgame python=3.8
  6. Install the requirements from requirements.txt
    • pip install -r requirements.txt
  7. Run make gitgame
    • make gitgame
  8. Commit your changes with a meaningful commit message
  9. Push your changes to your forked repository
  10. Create a Pull Request to this repository
  11. Comment on someone else's Pull Request

About

Play around with this repository and complete the tasks that we have created for you!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 94.2%
  • Makefile 5.8%