Play around with git, commit, revert and merge all you want. Create PRs and approve them!
Here are some resources to learn more about git.
Here are some nice git cheat sheets.
Here is a great system for writing good commit messages.
- Git Commit Guidelines
- Another here
Remember though, this repo is public. :)
If you want to contribute, please fork the repo and create a pull request.
I want to add many lines to a file
flowchart TD
A(["Start"])
A --> B{"Decision"}
B --> C["Option A"]
B --> D["Option B"]