git Command

Publish : Update :

카테고리:

태그: ,

`Memo of git command’ from sticky note

Apply .gitignore afterward

git rm -r --cached .
git add .
git commit -m "commit messge"

Others

git config --list # get config list then click Q for quit
git clone {repository address} {Destination Path}