From: Saba Saba Date: Thu, 9 Feb 2023 17:26:24 +0000 (-0500) Subject: Added aliases to README X-Git-Url: http://sabadev.xyz:4321/?a=commitdiff_plain;h=HEAD;p=git-repl.git Added aliases to README --- 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\\\"\\) #"