Replies: 3 comments 7 replies
-
It is because they have not been "Merged" into origin/master. It is technically possible to set a branch's upstream to a local branch, at which point it is more correct of "commits not merged into other_branch", as you are not really pushing to a local branch, though I think very few people do local only feature branches like that. I agree that perhaps Unpushed is a better description and holds for most cases |
Beta Was this translation helpful? Give feedback.
-
It's also because we're using the Magit nomenclature, which uses "unmerged" :) |
Beta Was this translation helpful? Give feedback.
-
Thanks for the answer. Btw. are there any plans for a shortcut for manipulating Fugitive had those and they are extremely useful, especially the second one ( If not, I'd be happy to contribute. |
Beta Was this translation helpful? Give feedback.
-
Hello, the last time I used neogit was a long time ago and commits that have not been pushed yet were under the
Unmerged changes
"category", after that I moved to fugitive which rightfully puts such commits underUnpushed to <remote>
category.I saw that neogit saw a really big update so I gave it another try (and I'm not disappointed, quite the opposite, massive piece of work, congrats!), but it still says
Unmerged
.Is there a reason for such naming? I'm not a git expert, so I may not exactly understand why such a name was chosen, but I don't think it's just an overlook, especially since it's quite visible and often seen.
Beta Was this translation helpful? Give feedback.
All reactions