mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
Update README.textile
This commit is contained in:
parent
c9d10bc52a
commit
be5b17f613
1 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ h2. Git-Repo Project (Android)
|
||||||
# ru # dear repo, please upload everything change to the remote
|
# ru # dear repo, please upload everything change to the remote
|
||||||
|
|
||||||
h2 Merging
|
h2 Merging
|
||||||
|
|
||||||
# git merge <tab><tab><tab> # dear git, please merge this branch to mine
|
# git merge <tab><tab><tab> # dear git, please merge this branch to mine
|
||||||
(conflict araises)
|
(conflict araises)
|
||||||
# gmt # dear git, show me what's wrong!
|
# gmt # dear git, show me what's wrong!
|
||||||
|
|
@ -48,11 +49,13 @@ h2 Merging
|
||||||
# gp # dear git, push that to my remote
|
# gp # dear git, push that to my remote
|
||||||
|
|
||||||
h2 Rebase / fixup / squash / reorder / split commit history
|
h2 Rebase / fixup / squash / reorder / split commit history
|
||||||
|
|
||||||
# git rewrite-history # dear git, let me edit you history up to 2 commits behind (git rebase -i HEAD~2)
|
# git rewrite-history # dear git, let me edit you history up to 2 commits behind (git rebase -i HEAD~2)
|
||||||
# git rewrite-history4 # dear git, let me edit you history up to 4 commits behind (git rebase -i HEAD~4)
|
# git rewrite-history4 # dear git, let me edit you history up to 4 commits behind (git rebase -i HEAD~4)
|
||||||
# git rewrite-history10 # dear git, let me edit you history up to 10 commits behind (git rebase -i HEAD~10)
|
# git rewrite-history10 # dear git, let me edit you history up to 10 commits behind (git rebase -i HEAD~10)
|
||||||
|
|
||||||
h3. Text search
|
h3. Text search
|
||||||
|
|
||||||
# sgrep "substring" .
|
# sgrep "substring" .
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue