PatWu16 / gitlearn

learn git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.
Git tracks changes of files.
Creating a new branch is quick.
Creating a new branch is quick and simple.
dev test and stash must &
git commit -a test
git commit --amend -a test second
test
rebase test

reset test

reset test2

dev rebase test

after rebase test

master rebase test

About

learn git