Skip to content
Piotr Zając edited this page Nov 28, 2018 · 2 revisions

To separately install GIT, use following command:

bash -c "$(wget https://raw.githubusercontent.com/unixslayer/toolbox/master/tools/git.sh -O -)"

Additional configuration:

  • --git-gui - allows to install with additional gitk and git-gui
  • --git-user - allows to set GIT user.name in global configuration
  • --git-email - allows to set GIT user.email in global configuration
Clone this wiki locally