TIL, 2017-10-02
git branch -a
to see all branches, including remote. Then you can check out a remote branch and merge it.pathname
initdb /usr/local/var/postgres
rake db:create db:migrate
: Don’t forget the space.
git branch -a
to see all branches, including remote. Then you can check out a remote branch and merge it.pathname
initdb /usr/local/var/postgres
rake db:create db:migrate
: Don’t forget the space.