Skip to content

Commit 9fcdc65

Browse files
committed
no message
1 parent c54c29b commit 9fcdc65

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

notes/Git.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,14 @@ $ git config --global user.name "John Doe"
124124
$ git config --global user.email johndoe@example.com
125125
```
126126

127+
查看配置列表
128+
129+
```shell
130+
$ git config --list
131+
```
132+
133+
134+
127135
## 基础操作
128136

129137
在指定目录创建仓库,如果没有指定目录名将在当前目录创建仓库
@@ -150,13 +158,13 @@ $ git clone https://github.com/frank-lam/2019_campus_apply.git .
150158
将文件或目录中已修改的代码添加追暂存区
151159

152160
```shell
153-
161+
$ git add <目录名|文件名>
154162
```
155163

156164
提交暂存区内容
157165

158166
```shell
159-
167+
$ git commit -m "<注释>"
160168
```
161169

162170
查看仓库状态

notes/Linux.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,18 @@ crontab 文件的每一行均遵守特定的格式,由空格或 tab 分隔为
546546

547547

548548

549+
550+
551+
### 应用场景:定时备份MySQL数据库
552+
553+
554+
555+
556+
557+
558+
559+
560+
549561
**参考资料**
550562

551563
- [crontab命令_Linux crontab 命令用法详解:提交和管理用户的需要周期性执行的任务](http://man.linuxde.net/crontab)

others/pics_tag.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,9 @@ XX – 20。
9191

9292

9393

94-
<a target="_blank" href="https://weibo.com/frankfeekr" rel="nofollow" style="display:none"><img src="https://img.shields.io/badge/Sina-Lam__Frank-orange.svg" alt="新浪微博" data-canonical-src="" style="max-width:100%;"></a>
94+
<a target="_blank" href="https://weibo.com/frankfeekr" rel="nofollow" style="display:none"><img src="https://img.shields.io/badge/Sina-Lam__Frank-orange.svg" alt="新浪微博" data-canonical-src="" style="max-width:100%;"></a>
95+
96+
97+
98+
Free Logo Maker - Create your own logo in minutes!
99+
https://logomakr.com/

0 commit comments

Comments
 (0)