Skip to content

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

Notifications You must be signed in to change notification settings

Tanyk2004/github-playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Gaming Gamers!

Tasks

  1. Each team lead should fork this repository
  2. Clone your forked repository
  3. Create a branch called add/<your-name>
    • git checkout -b add/<your-name>
  4. Add your name to the README.md file
  5. Create a Virtual Environment
    • conda create -n gitgame python=3.11
  6. Activate the Virtual Environment
  7. Install the requirements from requirements.txt
    • pip install -r requirements.txt
  8. Run make gitgame
    • make gitgame
  9. Commit your changes with a meaningful commit message
  10. Push your changes to your forked repository
  11. Create a Pull Request to this repository
  12. 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

No packages published

Languages

  • Python 94.2%
  • Makefile 5.8%