Skip to content

Commit f318268

Browse files
committed
练习提交
1 parent 3d57643 commit f318268

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

readme1.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1+
git使用
2+
git安装好后
3+
4+
创建一个文件夹
5+
命令模式到该文件夹, 用 git init,使他成为git可以管控的文件夹
6+
写文件,修改好后
7+
git add filename, 提交了后, 用git commit filename -m"说明" 提交到本地的仓库repository。
8+
9+
10+
11+
git 练习提交git add filename 和
112
Git is 文本修改的控制
213
Git is version control sysem

0 commit comments

Comments
 (0)