瀏覽代碼

Git name set to DricomDragon and follow-tags added

DricomDragon 5 年之前
父節點
當前提交
bba98ad9f0
共有 1 個文件被更改,包括 2 次插入1 次删除
  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 ;