From 44ea3b6a688479d3967c0e79c82ab7349aef6f35 Mon Sep 17 00:00:00 2001 From: Saba Saba Date: Thu, 9 Feb 2023 12:26:24 -0500 Subject: [PATCH] Added aliases to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7b2c08d..06e59cd 100644 --- 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] + repl = !git-repl 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\\\"\\) #" + 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\\\"\\) #" -- 2.20.1