Skip to content

Goolory/learngit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published