function git-branches-with-remote(){echo"branch local <- remoto/branch-remota"echo"------------------------------------" git for-each-ref--format='%(refname:short) <- %(upstream:short)' refs/headsecho"------------------------------------"echo"git remote -v; # para ver los remotos"}