Skip to content

Commit 3c6288e

Browse files
authored
Merge pull request #12 from tranzystorek-io/git-alias-doc
Document git aliases as an available feature
2 parents 8f2ba44 + 718b808 commit 3c6288e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ For example, to list all remote and local repository branches you need to run `g
1414

1515
**Pro Tip:** if you add a file called `git-foo` to your `PATH` (either via copying or symlinking), you can call that program _through_ `git` using `git foo`; no additional aliases or setup needed.
1616
So, after running `ln -s /usr/bin/gitall /usr/bin/git-all`, you can use gitall via `git all` exactly the same as if you used `gitall`.
17+
Similarly, any command aliases that you configure in your `gitconfig` file are recognized and can be run by `gitall`.
1718

1819

1920
### Examples

0 commit comments

Comments
 (0)