You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
Local refs configured for 'git push':
master pushes to master (up to date)
user/feature19 pushes to user/feature19 (up to date)
user/feature20 pushes to user/feature20 (up to date)
...
Local remote-tracking branch correspond to refs/remotes/origin/* (origin is remote)
Local tracking branches (user/feature19 and master) set up in .git/config to track corresponding remote branches (for git pull) with help of branch.<name>.merge
...
Local branches configured for 'git pull':
master merges with remote master
user/feature19 merges with remote user/feature19
...
Local remote-tracking branches (user/feature10 and user/feature18) are present in refs/remotes/origin/*, but absent in remote repo, and declared as stale by git remote show
From https://github.com/txxxx-xx/gxx-xxxx.git
16600c85005bc95c4933125394b79de03d4a9e02 HEAD
bb2e4197f7a43a657679aaa0431074a4c5243a34 refs/heads/gf
bb2e4197f7a43a657679aaa0431074a4c5243a34 refs/heads/greate-feature
16600c85005bc95c4933125394b79de03d4a9e02 refs/heads/master
0b2f912cc59f06cde211fab3d2e505120656edee refs/heads/user/feature13
6cf4610fc2b4aaa18002f3592a5cbe1161cab196 refs/heads/user/feature14
a11074212323a2bed2b11c31cd232fa8d03862f4 refs/heads/user/feature19
2ca50b0c10fff54b9a1c7a833940b3a15a77a47c refs/heads/user/feature20
...
$ git remote show origin
...
Remote branches:
gf tracked
greate-feature tracked
master tracked
refs/remotes/origin/user/feature10 stale (use 'git remote prune' to remove)
refs/remotes/origin/user/feature18 stale (use 'git remote prune' to remove)
user/feature13 tracked
user/feature14 tracked
user/feature19 tracked
user/feature20 tracked
...
Local tag 'refspecs' (refs/tags/*) correspond to remote ones (refs/tags/*) both for 'lightweight' (v0.0.1, v0.0.2, v0.0.3) and 'annotated' (v0.0.4, v0.0.5, v0.0.6) tags (local: ^ == remote: ^{})