1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-07-10 17:57:46 +02:00
wiki/software/git.md
2020-05-12 22:50:56 +02:00

576 B

Git

Git is probably the best version control system (VCS) there is. It's easy and can be lightweight, but also has tons of possibilities for using graphical (/web) user interfaces.

Git with web interface

Web interfaces for git are quite useful for easily showing code to other people. Additionally it is easy to collaborate together.

  • Gitea is an open-source and selfhosted

Git without graphical interface

If you don't need a bloated web-interface the a more basic idea is probably what you're looking for.