Like a wiki, but decentralized and using git
- Markdown 100%
| .powerline | Adding the source code | |
| bash.md | Fixing typo | |
| cool-term.md | Very important intro | |
| git.md | Adding git | |
| mutt.md | Adding the first article | |
| README.md | Merge branch 'master' of https://codeberg.org/SnowCode/linux-library | |
Linux git wiki
This is a wiki using Git about anything you want related to Linux and open-source.
Advantages
- Distributed, anybody can host the wiki, download the content, edit and view the content offline, etc.
- More options than a normal wiki because anyfile can be hsoted here
- Possibility to create different branches for different wikis
- Can be done integrally in cmd
How to use the wiki (terminal)
- Fork the repository
- Clone your repository
git clone https://codeberg.org/<username>/linux-library.git
cd linux-library
ls
- Read a file
nano <the file you want to read>
ls
- Edit a file
nano <the file you want to read>
git add .
git commit -m "<description of your changes>"
git push origin master
- Make a merge request on the website