This script intends to sync near-automatically via git in "tracking" repositories where a nice history is not as crucial as having one.
Found via a link on https://orgmode.org/worg/
Game of Trees (Got) is a version control system which prioritizes ease of use and simplicity over flexibility.
Got is still under development; it is being developed on OpenBSD and its main target audience are OpenBSD developers.
Got uses Git repositories to store versioned data. Git can be used for any functionality which has not yet been implemented in Got. It will always remain possible to work with both Got and Git on the same repository.
Pre-commit is a multi-language package manager for pre-commit hooks. You specify a list of hooks you want and pre-commit manages the installation and execution of any hook written in any language before every commit. pre-commit is specifically designed to not require root access.
The are working to archive all of Bitbucket Mercurial content before Atlassian delete it all.
The article "Not everything is UTF-8" 2020-06-05 (no URL yet, as of 2020-06-09 it can be found on https://octobus.net/blog) is interesting too.
These simple scripts help in converting an RCS collection of files
into a Git repo.
These scripts are good only for the simple case of a single RCS
directory with no branches, just straight check-ins. Files that
were checked in with a single 'ci' command will be added to git
with a single git commit.
Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the Git SCM to Windows while providing appropriate user interfaces for experienced Git users and novices alike.
Includes a bash emulation.