Added scripts for installing command
This commit is contained in:
8
scripts/install-git-alias.sh
Executable file
8
scripts/install-git-alias.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
mkdir ~/.git-bins
|
||||
cp git-alias/git-ignore ~/.git-bins/git-ignore
|
||||
|
||||
echo "Make sure to add ~/.git-bins to your PATH"
|
Reference in New Issue
Block a user