fix grok's stupid newline bug
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user