Hacker News new | ask | show | jobs
by sigjuice 2268 days ago
A couple of other ways to see if two branches are the same or not

  git diff branch1 branch2
git show displays any additional branches that are the same.

  $ git show -q
  commit 2ee0fd3e2717a352b6ded617184be280cb55e78c (HEAD -> master, foo)
  ...