TimUntersberger
TimUntersberger
I created a [draft PR](https://github.com/hecrj/iced/pull/781) which prototypes the idea I mentioned above using a button.
You should have every branch in the form of the short version `staging` and the long version `remotes/origin/staging`. If you select the short version you won't detach your head.
> Actually if i haven't checked out a specific remote branch before, the auto completion wouldn't show me the short version of it Really? That is very weird. Can you...
> if i remove "remotes/origin/" and press enter, it tries to create a new branch Are you sure that the branches exist in this version of the repo? We only...
The `b b` command checks whether the given branch exists locally and calls either `git checkout ...` or `git checkout -b ...` depending on whether the branch exists locally. I...
@cloggier for now you could look through `neogit.lib`. Things that might interest you: * cli.lua * git/*.lua
In magit the user has to stage the files he wants to stash and then open the stash popup and stash the index. Would this be acceptable for you?
Supporting a view similiar to #57 for merge conflicts would also be good.
@Odie nice work! I guess now we really just have to think about the ui/ux stuff. What are you expectations for something like this? > Maybe this info can be...
@Shatur95 I would also like more of a buffer oriented style like in vscode intead of the common 3 split diff thing.