freeflyKK / gitwork

git project example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git is a distributed version control system.
Git is free software distributed under the GPL.
Git has a mutable index called stage.
Git tracks changes of files.
git remote add origin https://github.com/freeflyKK/gitwork.git
git push -u origin master

About

git project example