소스 검색

Git name set to DricomDragon and follow-tags added

DricomDragon 6 년 전
부모
커밋
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 ;