Skip to content

v0nNemizez/git-for-dummies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published