sandr01d
sandr01d
Hey @neil-sriv, we'll need a bit of information to narrow down the issue. Have you configured anything in `$FORGIT_CHECKOUT_BRANCH_BRANCH_GIT_OPTS`? Could you please run the following command inside a git repository...
Overwriting `$FORGIT_CHECKOUT_BRANCH_BRANCH_GIT_OPTS` like this removes the `--all` flag that is passed by default, as you can see here: https://github.com/wfxr/forgit/blob/aec8b1f2b5b53f668fb07c48e8333f728a35004c/bin/git-forgit#L847 This will result in remote branches being excluded. What you probably...
Hey @neil-sriv, did my last comment help? Were you able to find a solution?
I like this idea. Wondering whether or not this should be implemented as a separate command. I like the possibility to checkout a file from HEAD with a simple `gcf`...
Thanks for the update @Chemaclass. I've merged #480, could you please rebase this PR so the CI can run successfully?
Thanks. I think you might have missed my earlier [comment](https://github.com/wfxr/forgit/pull/478#discussion_r2599854509). Once that's done, you have my approval :slightly_smiling_face:
Thanks for your contribution @Chemaclass!
Failing tests are fixed with #480
I'm all for conventional commits. I've been using them at work for the past year and find them very useful. Regarding automated changelog generation, I've had a very good experience...
> > Thanks for the PR @LittleHaku! Looks mostly good, just a few things to address (see my other comments). I noticed that the completions for fish are currently missing....