File tree Expand file tree Collapse file tree 3 files changed +28
-3
lines changed
Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Original file line number Diff line number Diff 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查看仓库状态
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments