Skip to the content.

Git Cookbook

Git Logo

GitHub Actions - lint

Recipes for Git.

https://leven-cn.github.io/git-cookbook/

Git is a free and open source distributed version control system (VCS) designed to handle everything from small to very large projects with speed and efficiency. Actually, it is used for tracking changes in any set of files, usually used for coordinating work among programmers collaboritively developing source code during software development, thus it is called source code management system, SCM.

Git was created by Linus Torvalds in 2005 for development of the Linux kernel, with other kernel developers contributing to its initial development. Since 2005, Junio Hamano has been the core maintainer.

Recipes

License

MIT License