Skip to content

Commit

Permalink
Ask to renew git configurations after installation
Browse files Browse the repository at this point in the history
  • Loading branch information
extsoft committed Sep 15, 2019
1 parent 14e2a9f commit 781ec6b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ main() {
copy ${0%/*} ${INSTALL_PATH}
fi
echo "'elegant git' is installed to '${INSTALL_PATH}/bin/git-elegant'."
echo "
The final step after installation is to run
git elegant acquire-repository
for each git repository where Elegant Git is going to be used.
If this step is not completed, Elegant Git may behave unexpectedly
since the desired Git configuration (relevant for the current version)
is not applied.
"
command -v git-elegant 1>/dev/null 2>&1 || next-steps ${INSTALL_PATH}
}

Expand Down

0 comments on commit 781ec6b

Please sign in to comment.