The most used vcs
Git Workflow
Tools
I mainly use git9 on 9front to work with git repositories. When I switch to another OS like OpenBSD, I use got. It is a version control system by OpenBSD and for developers. I like that both projects have better UX design than git.
Working with got
$ mkdir repo
$ got init
$ got clone git@git.sr.ht:~user/repo
Hosting
I host a gitea instance on oyabun and mirror some of them on shithub and sourcehut.
Submitting patches
If you want to send me a patch, the simplest way is to clone the repository, generate a patch with git format-patch
, and send it to me at roy at royniang dot com
. If you don't know how to do so, follow the git send email guide.
Questions or corrections: roy@royniang.com.