First commit on Mac Mini server
This commit is contained in:
7
content/zh/notes/_index.md
Normal file
7
content/zh/notes/_index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
+++
|
||||
title = 'Notes'
|
||||
date = 2024-09-20T04:17:50Z
|
||||
draft = false
|
||||
+++
|
||||
Personal notes, may not be readable.
|
||||
个人笔记, 不保证可读性
|
||||
5
content/zh/notes/coding/_index.md
Normal file
5
content/zh/notes/coding/_index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = 'Coding'
|
||||
date = 2024-09-20T04:17:50Z
|
||||
draft = false
|
||||
+++
|
||||
8
content/zh/notes/coding/cheat_sheet/_index.md
Normal file
8
content/zh/notes/coding/cheat_sheet/_index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
+++
|
||||
title = 'Cheat Sheets'
|
||||
date = 2024-09-20T04:17:50Z
|
||||
draft = false
|
||||
+++
|
||||
|
||||
记录一些我的常用指令
|
||||
|
||||
BIN
content/zh/notes/coding/cheat_sheet/c/feature.png
Normal file
BIN
content/zh/notes/coding/cheat_sheet/c/feature.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
5
content/zh/notes/coding/cheat_sheet/c/index.md
Normal file
5
content/zh/notes/coding/cheat_sheet/c/index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = 'C'
|
||||
date = 2024-09-20T04:17:50Z
|
||||
draft = false
|
||||
+++
|
||||
BIN
content/zh/notes/coding/cheat_sheet/cpp/feature.png
Normal file
BIN
content/zh/notes/coding/cheat_sheet/cpp/feature.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 124 KiB |
5
content/zh/notes/coding/cheat_sheet/cpp/index.md
Normal file
5
content/zh/notes/coding/cheat_sheet/cpp/index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = 'C++'
|
||||
date = 2024-09-20T04:17:50Z
|
||||
draft = false
|
||||
+++
|
||||
BIN
content/zh/notes/coding/cheat_sheet/feature.png
Normal file
BIN
content/zh/notes/coding/cheat_sheet/feature.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
BIN
content/zh/notes/coding/cheat_sheet/git/feature.png
Normal file
BIN
content/zh/notes/coding/cheat_sheet/git/feature.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 159 KiB |
11
content/zh/notes/coding/cheat_sheet/git/index.md
Normal file
11
content/zh/notes/coding/cheat_sheet/git/index.md
Normal file
@@ -0,0 +1,11 @@
|
||||
+++
|
||||
title = 'Git'
|
||||
date = 2024-09-20T04:17:50Z
|
||||
draft = false
|
||||
+++
|
||||
|
||||
## Commit
|
||||
1. Add date and time in commit messages:
|
||||
``` bash
|
||||
git commit -m "$(date '+%Y-%m-%d %H:%M:%S')"
|
||||
```
|
||||
BIN
content/zh/notes/coding/cheat_sheet/python/feature.png
Normal file
BIN
content/zh/notes/coding/cheat_sheet/python/feature.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 447 KiB |
5
content/zh/notes/coding/cheat_sheet/python/index.md
Normal file
5
content/zh/notes/coding/cheat_sheet/python/index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = 'Python'
|
||||
date = 2024-09-20T04:17:50Z
|
||||
draft = false
|
||||
+++
|
||||
BIN
content/zh/notes/coding/feature.jpg
Normal file
BIN
content/zh/notes/coding/feature.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 925 KiB |
Reference in New Issue
Block a user