summary refs log tree commit diff
path: root/Cheat sheets/Git.md
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2025-08-03 01:00:06 +0200
committeruser@node5.net <user@node5.net>2025-08-03 01:00:06 +0200
commit93c10851318eebf547f4a77f31a3029331520b14 (patch)
tree69b8be790bef1152c58750d7ad16ce742420135f /Cheat sheets/Git.md
parentf5bbe606770a4327535e459f106bd4a7158eb6e0 (diff)
Flat structure, delete various half completed
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)