Skip to content

chnlong12/git2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

2018-08-02 start learn the git software.:
Git is a version control system.
Git is free software.

Add new line here 23:15

$ git add readme.txt
$ git commit -m "infomation"

here is new line. is that ok?

现在总结一下今天学的两点内容:

初始化一个Git仓库,使用git init命令。

添加文件到Git仓库,分两步:

使用命令git add <file>,注意,可反复多次使用,添加多个文件;
使用命令git commit -m <message>,完成。 

2018-08-04 15:19 edit the file.

About

2018-08-05 create git2018

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published