Goolory / learngit

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.111

git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/Goolory/learngit.git
git push -u origin master

创建D
v分支


在master分支中修改

在dev分支中进行工作。。。。。。

About