u
This commit is contained in:
@@ -37,6 +37,15 @@ then
|
||||
git config --global credential.helper $CredentialHelper
|
||||
fi
|
||||
|
||||
echo "---------------------------------------------"
|
||||
echo "Store pull rebase to true or false? (leave blank for no change)"
|
||||
read -p ">>> " PullRebase
|
||||
if [ $PullRebase ]
|
||||
then
|
||||
echo "git config --global pull.rebase $PullRebase"
|
||||
git config --global pull.rebase $PullRebase
|
||||
fi
|
||||
|
||||
echo "---------------------------------------------"
|
||||
echo "Path to global gitignore file? (For example ~/.gitignore, leave blank for no change)"
|
||||
read -p ">>> " ExcludesFile
|
||||
|
||||
Reference in New Issue
Block a user