Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 407 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 407 Bytes

git-for-dummies

a git tutorial

How to get it locally

  • you have to clone it
  • python3 -m venv ./venv
  • run .\venv\Scripts\activate on windows or source ./venv/bin/activate on mac/linux
  • pip install -r req.txt
  • mkdocs serve

How to contribute

this repo is playground to learn git and mkdocs. Feel free to contribute by adding new commands or fixing typos by opening issues or pull requests.