Skip to content

Commit bf7c67a

Browse files
committed
Linux 学习 grep sed
1 parent 3c57028 commit bf7c67a

File tree

8 files changed

+3
-1
lines changed

8 files changed

+3
-1
lines changed

git通常用法.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

2-
### Git通常用法 [Git文档](http://git-scm.com/book/zh/v2/Git-分支-分支的新建与合并)
2+
### Git通常用法 [Git文档](http://git-scm.com/book/zh/v2/Git-分支-分支的新建与合并)
3+
[git可视化游戏](https://learngitbranching.js.org/)
34

45
##### 提交
56
- cd 到当前要提交的文件路径<即文件夹下>
@@ -206,6 +207,7 @@
206207

207208

208209
git rm -r --cached .
210+
<添加 忽略内容到.ignore>
209211
git add .
210212
git commit -m 'update .gitignore'
211213

学习导图/Linux/Linux.xmind

69.5 KB
Binary file not shown.

学习导图/Linux/常用命令.xmind

296 KB
Binary file not shown.

学习导图/python/Python.xmind

21.1 KB
Binary file not shown.
141 KB
Binary file not shown.
Binary file not shown.

学习导图/前端/构建.xmind

84.8 KB
Binary file not shown.

规范.pdf

163 KB
Binary file not shown.

0 commit comments

Comments
 (0)