shogosakihama / Laravel_VM_ver2

Laravel-NuxtのLaravelパート。5月テクトレの課題。
0 stars 0 forks source link

ghq_便利な小技 #12

Open shogosakihama opened 4 years ago

shogosakihama commented 4 years ago

ghq, peco, hubで快適Gitライフを手に入れよう!

shogosakihama commented 4 years ago

GoをMacにインストールする

こっちで設定した。 ghqでリポジトリ管理とpeco連携で快適git生活

#cloneする
% ghq get git://github.com/project.git
#ghq管理下のリポジトリを表示
% ghq list
#ghq管理下のリポジトリにcd
% ghq look hoge
        cd /Users/strsk/src/github.com/strsk/dotfiles
shogosakihama commented 4 years ago

これでリスト表示できるし、検索できる。 (ghq list | peco)

shogosakihama commented 4 years ago

VS Codeでもghq

これでghqからプロジェクト開く。 Command+Shift+P

shogosakihama commented 3 years ago

ghqでcloneしてもmasterしかcloneできない。全部のbranchを取得できないものか。

shogosakihama commented 3 years ago

cloneした時にmasterしかローカルに取れてないなら。 gitでリモートブランチをローカルにcheckoutする

git checkout -b ブランチ名 origin/ブランチ名