Updated cheatsheets for vim, docker, podman, microk8s, stratis, and git with additional sections for completeness

This commit is contained in:
2025-08-31 23:21:49 +02:00
parent 664d8be81f
commit e9a5c40249
6 changed files with 6 additions and 6 deletions

View File

@@ -48,4 +48,4 @@ This is a quick reference for common Git commands.
- `git stash apply`: Apply stashed changes
- `git stash list`: List stashed changes
For more details, refer to the official Git documentation: https://git-scm.com/docs
## Advanced Commands\n- `git rebase <branch>`: Rebase current branch onto another\n- `git cherry-pick <commit>`: Apply a commit from another branch\n- `git reflog`: Show reference log\n- `git bisect`: Binary search for bug introduction\n\n## Submodules\n- `git submodule add <repo> <path>`: Add submodule\n- `git submodule update --init`: Initialize submodules\n\nFor more details, refer to the official Git documentation: https://git-scm.com/docs and https://www.geeksforgeeks.org/git-cheat-sheet/"