commit 48f10e11516aa2cdc2b6b97124de94a40156559a from: Rohan Verma date: Tue Jun 30 13:45:15 2026 UTC add breaks commit - 939e229bd7b71b5b1729cc9878c7c93915bb740d commit + 48f10e11516aa2cdc2b6b97124de94a40156559a blob - e5f33383c66540db97fe3e4d639a8a7ef54bedb6 blob + 47aa13b9282121fcb28240ab519a44e152993557 --- got/index.html +++ got/index.html @@ -105,7 +105,9 @@

Why Got?

-

Game of trees (Got) is an open-source VCS developed for OpenBSD, it's priorities are that it's more simple, easy to use, and strict security over Git's complexities. Git uses the GPL license, while Got is written from scratch and released under permissive ISC license. Git's architecture is also unnecessarily complex compared to Got and Got was written to utilize strict OpenBSD security features (pledge and unveil). Git and Got can also be used interchangeably because Got understands the git repo format. The above repos use gotwebd (Got version of cgit) which uses nginx's fastCGI.

+

Game of trees (Got) is an open-source VCS developed for OpenBSD, it's priorities are that it's more simple, easy to use, and strict security over Git's complexities. Git uses the GPL license, while Got is written from scratch and released under permissive ISC license.
+ Git's architecture is also unnecessarily complex compared to Got and Got was written to utilize strict OpenBSD security features (pledge and unveil).
+ Git and Got can also be used interchangeably because Got understands the git repo format. The above repos use gotwebd (Got version of cgit) which uses nginx's fastCGI.