Parcourir la source

Git name set to DricomDragon and follow-tags added

DricomDragon il y a 5 ans
Parent
commit
bba98ad9f0
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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 ;