Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 640 Bytes

index.md

File metadata and controls

33 lines (21 loc) · 640 Bytes

Install

Install with typical usage

Download the file gitalias.txt and include it:

curl https://raw.githubusercontent.com/GitAlias/gitalias/main/gitalias.txt -o ~/.gitalias
git config --global include.path ~/.gitalias

Install with custom usage

Download the file gitalias.txt any way you want, such as:

curl -O https://raw.githubusercontent.com/GitAlias/gitalias/main/gitalias.txt

Manually edit your git config dot file any way you want, such as:

vi ~/.gitconfig

Include the path to this file:

[include]
path = ~/.gitalias