/startup

test for github

Primary LanguagePython

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.
branch test --no-ff
test 01 and bug fix
test 02