Skip to content

nihalneeru/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

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 94.2%
  • Makefile 5.8%