GIT - Find out which is the remote branch, which is tracked by a local branch


/ Published in: Bash
Save to your folder(s)

This shows the local and remote branches along with the most recent commit for each branch.


Copy this code and paste it in your HTML
  1. git branch -av

URL: http://stackoverflow.com/questions/171550/find-out-which-remote-branch-a-local-branch-is-tracking

Report this snippet


Comments


You need to login to view comments.