summary refs log tree commit diff
path: root/Cheat sheets/Git.md
diff options
context:
space:
mode:
Diffstat (limited to 'Cheat sheets/Git.md')
-rw-r--r--Cheat sheets/Git.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/Cheat sheets/Git.md b/Cheat sheets/Git.md
deleted file mode 100644
index 5297eda..0000000
--- a/Cheat sheets/Git.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-created: 2024-01-01
-description: Handy git commands
----
-
-### See changes since last commit
-```bash
-git diff HEAD~0
-```
-
-### Commit parts of a file
-[filip-prochazka.com - Git: commit only parts of a file](https://filip-prochazka.com/blog/git-commit-only-parts-of-a-file)