
Articles
Access Token
git init : 빈 레포지토리 생성
git config [user.name](<http://user.name>) [name]
git config [user.email](<http://user.email>) [email]
git commit -m "Commit message"
git add [파일명]
git status
git reset [파일명]
git help [커맨드 명] = man git-[커맨드 명]
git clone -b release-1.0.0 --single-branch : 싱글 브랜치만 클론
git commit --amend --no-edit --date "Mon 20 Aug 2018 20:19:19 KST" : 커밋 시간 변경
Git Tag
Git merge