1
0
Fork
You've already forked linux-library
0
Like a wiki, but decentralized and using git
  • Markdown 100%
Find a file
2020年10月29日 08:35:21 +01:00
.powerline Adding the source code 2020年10月28日 16:39:21 +01:00
bash.md Fixing typo 2020年10月28日 20:35:46 +01:00
cool-term.md Very important intro 2020年10月28日 16:50:39 +01:00
git.md Adding git 2020年10月28日 17:33:19 +01:00
mutt.md Adding the first article 2020年10月28日 15:25:38 +01:00
README.md Merge branch 'master' of https://codeberg.org/SnowCode/linux-library 2020年10月29日 08:35:21 +01:00

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)

  1. Fork the repository
  2. Clone your repository
git clone https://codeberg.org/<username>/linux-library.git
cd linux-library
ls
  1. Read a file
nano <the file you want to read>
ls
  1. Edit a file
nano <the file you want to read>
git add .
git commit -m "<description of your changes>"
git push origin master
  1. Make a merge request on the website