fix grok's stupid newline bug

This commit is contained in:
2025-08-31 23:24:28 +02:00
parent e9a5c40249
commit 53e5254c3c
6 changed files with 54 additions and 6 deletions

View File

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