Quellcode durchsuchen

Git name set to DricomDragon and follow-tags added

DricomDragon vor 5 Jahren
Ursprung
Commit
bba98ad9f0
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      Install/basic-install

+ 2 - 1
Install/basic-install

@@ -8,8 +8,9 @@ sudo apt install htop screen w3m tree etherwake vim ;
 # Install git
 sudo apt install git ;
 git config --global user.email "contact@jovian-hersemeule.eu" ;
-git config --global user.name "Jovian HERSEMEULE" ;
+git config --global user.name "DricomDragon" ;
 git config --global core.editor "vim" ;
+git config --global push.followTags true
 
 # Create GitWork
 mkdir /home/jovian/GitWork ;