[HOME]: [Mac OS X]: [MacPython]: [Emacs]: [生存報告記]: [MacEmacs JP Project]: [NTEmacs JP Project]:

概要

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

設定

利用方法

参考サイト

紹介マニアMoinMoin: ghq (last edited 2024-02-12 07:25:48 by sakito)