We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ghq を使うようになって、手元に置いておくリポジトリが規程のディレクトリレイアウトに奇麗に納まるようになった。そこからコミットメッセージのデータベースを作るようにすれば、独自にリポジトリをcloneやpullをしなくてよくなるので諸々のコストが減りそうだなーと考えた。
clone
pull
データベースを生成する際に参照するリポジトリセット('Gglog::Command#registered_repositories_path') を外から指定できるようになっていれば良いかなあ。registerや syncの振る舞いについても考える必要がある。
register
sync
The text was updated successfully, but these errors were encountered:
No branches or pull requests
動機
ghq を使うようになって、手元に置いておくリポジトリが規程のディレクトリレイアウトに奇麗に納まるようになった。そこからコミットメッセージのデータベースを作るようにすれば、独自にリポジトリを
clone
やpull
をしなくてよくなるので諸々のコストが減りそうだなーと考えた。実現方法
データベースを生成する際に参照するリポジトリセット('Gglog::Command#registered_repositories_path') を外から指定できるようになっていれば良いかなあ。
register
やsync
の振る舞いについても考える必要がある。The text was updated successfully, but these errors were encountered: