An open API service indexing awesome lists of open source software.

https://github.com/dvampire/learn_git


https://github.com/dvampire/learn_git

python

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

Git is a distributed version control system.
Git is a free software distributed under the GPL.
Git has a mutable index called stage.
Git tracks changes of files.
Creating a new branch is quick and simple.
Creating a new branch for merging.