We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437017f commit 861bba1Copy full SHA for 861bba1
docs/AI.md
@@ -1,11 +1,9 @@
1
-
2
## Materials
3
https://www.deeplearning.ai/
+
4
## Tools
5
ChatGPT Atlas
6
comet
7
8
9
10
4 Next-Level ChatGPT Techniques
11
-https://youtu.be/6hRO1q8vv60
+https://youtu.be/6hRO1q8vv60
docs/git.md
@@ -1,15 +1,10 @@
- `git diff`
- `-stats`: show stats of changes
- `--cached`: show staged changes
- `git reset ~head~1`
- `git commit`
`-s`: sign off on the commit
`-m`: commit message
12
`--amend`: amend the last commit
13
14
15
--
0 commit comments