Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このプル リクエスト#3465を見つけました。developブランチでチェリー ピックされたと書かれています。
私は開発ブランチに切り替えようとしましたが、本当に tern ポート ファイルを削除しましたがSPC w c、開発ブランチで機能しないキー バインディング ( など) があることもわかりました。
SPC w c
masterブランチを使いたいのですが、ternポートファイルの生成を無効にする方法が見つかりません...
私は何をすべきか ?
これはgitで解決できるようです。
cd ~/.emacs.d/ git checkout master git checkout -b my-branch git cherry-pick 73031fd7f20c2b5c5fb55a067f0c1fddc387152c # commit from #3465
これらの変更を今すぐ行う必要があります。
更新するには、次のようにします。
cd ~/.emacs.d/ git fetch origin git merge origin/master