今天遇到一个问题,同事删除远程分支后,我用
git branch -a 仍然能够看到
git remote prune origin
Doc:
pruneDeletes all stale remote-tracking branches under . These stale branches
...
安装Postgres1) This is the easiest part, simply
$ brew install postgres
2) this step is not obvious but you can’t move on without it (would be nice if
...