git

(Git)初期設定

git

なんだか、毎回調べているので。 戒め的な。 git config --global user.name "hogehoge" git config --global user.email "hogehoge@example.com" git config --global --add merge.ff false git config --global --add pull.ff only

gitのエディタを変更した話

gitでcommitしたかったのに怒られた... 数日前まで問題なかったと思うのだけれど. $ git commit neocomplete does not work this version of Vim. It requires "if_lua" enabled Vim(7.3.885 or above). Press ENTER or type command to continue commit…