|
|
add submodule
|
|
remove submodule
- Delete the relevant section from the .gitmodules file.
- Stage the .gitmodules changes git add .gitmodules
- Delete the relevant section from .git/config.
- Run git rm –cached path_to_submodule (no trailing slash).
- Run rm -rf .git/modules/path_to_submodule
- commit git commit -m “Removed (submodule name)”
- Delete the now untracked submodule files rm -rf path_to_submodule
- git submodule sync
clone a project with git submodule
|
|
轉移到spacemacs所以這篇大概也沒用了
不過設定檔都還放在github
要用也行
Continue reading
Mac下安裝
|
|
指令
|
|
其他請參照pyenv指令筆記
MAC底下安裝
記得先裝xcode command line tools
pyenv會裝到/usr/local/opt/pyenv
修改bash_profile加上
筆記以下目前mac有裝的app
developer取向
Continue reading
安裝
homebrew會裝到/usr/local/
指令
|
|
|
|
fn + ctrl + F4 切換視窗 by each desktop
cmd + tab 切換視窗 by all app
ctrl + left key / right key 切換桌面
Continue reading