ハイパーニートプログラマーへの道

頑張ったり頑張らなかったり

2015-03-03から1日間の記事一覧

リモートで削除されたブランチがローカルに残ってしまう問題を解消する。git remote prune

$ git branch -aしてみると、なんかリモートへの参照に余計なのが残っちゃてるよ。 $ git branch -a account-activation-password-reset following-users log-in-log-out master modeling-users sign-up updating-users user-microposts * using-rspec remot…