Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when i use --all it does not pick up my upstream #2

Open
joe-getcouragenow opened this issue Oct 5, 2020 · 0 comments
Open

when i use --all it does not pick up my upstream #2

joe-getcouragenow opened this issue Oct 5, 2020 · 0 comments

Comments

@joe-getcouragenow
Copy link

joe-getcouragenow commented Oct 5, 2020

Is there a way to have it compare all remotes, because it would be awesome if i can see my upstream remote too.

git-branches -all
| Branch     | Base   | Behind | Ahead |
|------------|--------|-------:|:------|
| **master** | master |      0 | 0     |

| Branch     | Remote        | Behind | Ahead |
|------------|---------------|-------:|:------|
| **master** | origin/master |      0 | 1     |

The .git/config it is operating on:

[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = true
[remote "origin"]
	url = [email protected]:joe-getcouragenow/sys.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[remote "upstream"]
	url = [email protected]:getcouragenow/sys.git
	fetch = +refs/heads/*:refs/remotes/upstream/*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants