projects
/
git-repl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3770a56
)
Added aliases to README
master
author
Saba Saba
<saba@sabadev.xyz>
Thu, 9 Feb 2023 17:26:24 +0000
(12:26 -0500)
committer
Saba Saba
<saba@sabadev.xyz>
Thu, 9 Feb 2023 17:26:24 +0000
(12:26 -0500)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index
7b2c08d
..
06e59cd
100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-44,6
+44,7
@@
You should now be able to run `git-repl` from any directory.
Here is a list of global Git aliases (`git config --global -e`) that you may find useful for working with `git-repl`:
[alias]
Here is a list of global Git aliases (`git config --global -e`) that you may find useful for working with `git-repl`:
[alias]
+ repl = !git-repl
skip = !git-repl \\(interactive-skip\\)
skip-all = !git-repl \\(skip-modified\\)
unskip-all = !git-repl \\(no-skip-all\\)
skip = !git-repl \\(interactive-skip\\)
skip-all = !git-repl \\(skip-modified\\)
unskip-all = !git-repl \\(no-skip-all\\)
@@
-54,3
+55,6
@@
Here is a list of global Git aliases (`git config --global -e`) that you may fin
pop-config = !git-repl \\(pop-config\\)
apply-config = !git-repl \\(apply-config\\)
make-config = !git-repl \\(config-diff \\\"$1\\\"\\) #"
pop-config = !git-repl \\(pop-config\\)
apply-config = !git-repl \\(apply-config\\)
make-config = !git-repl \\(config-diff \\\"$1\\\"\\) #"
+ rebase-config = !git-repl \\(rebase \\\"$1\\\" :without-config t\\) #"
+ checkout-config = !git-repl \\(checkout \\\"$1\\\" :without-config t\\) #"
+ set-config = !git-repl \\(set-config \\\"$1\\\"\\) #"