概要
ghq は gitのレポジトリを管理するツール
cloneした物が各所にちらばるとかしないようにする
公式サイト
https://github.com/x-motemen/ghq
関連サイト
ghq は.gitが増えると挙動が遅くなるので https://github.com/serinuntius/pacifica のようなやや遅くならないようにするツール等も有る
インストール
brew install ghq
既存レポジトリ管理
https://github.com/astj/ghq-migrator
ghq get git@github.com:astj/ghq-migrator.git cd ~/src/github.com/astj/ghq-migrator
# 挙動確認 ./ghq-migrator.bash /path/from/dirname # 実際に移動 GHQ_MIGRATOR_ACTUALLY_RUN=1 ./ghq-migrator.bash /path/from/dirname
設定
利用方法