draemonash2のメモ書き
git config --global user.name "<user_name>"
git config --global user.email <mail_address>
git config --global core.editor vim
git config --global diff.tool vimdiff
git config --global difftool.prompt false
git config --global merge.tool vimdiff
git config --global mergetool.prompt false
git config --global credential.helper store
言語チートシート参照。


.jpg)
.jpg)






変更内容(○:変更する、×:変更しない)
| モード | HEAD位置 | インデックス | 作業ツリー |
|---|---|---|---|
| hard | ○ | ○ | ○ |
| mixed(デフォルト) | ○ | ○ | × |
| soft | ○ | × | × |


git tab <tagname>)
git tab -a <tagname>)

