Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleGIT installieren und konfigurieren
yum -y install git mysql-community-client
su jtel
git config --global user.name "jtel Support"
git config --global user.email "support@jtel.de"
cp ~/.gitconfig /home/jtel
chown jtel:jtel /home/jtel/.gitconfig

Wenn man ein Proxy für GIT braucht:

...