draemonash2

draemonash2のメモ書き


Project maintained by draemonash2 Hosted on GitHub Pages — Theme by mattgraham

Git command

トップに戻る

設定

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

構文

言語チートシート参照。

用語

Tips

トップに戻る