-
Notifications
You must be signed in to change notification settings - Fork 141
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
Feature Request: forgit::pull
and forgit::push
#244
Labels
Comments
@carlfriedrich Have the same opinion as you. |
Works for me!
…On Mon, Oct 24, 2022 at 4:59 AM, Wenxuan ***@***.***> wrote:
***@***.***(https://github.com/carlfriedrich) Have the same opinion as you.
—
Reply to this email directly, [view it on GitHub](#244 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ADMDXYYJGD6HOXVI3AGEI7LWEZ23FANCNFSM6AAAAAARLNYCBU).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Cool! So @Dentrax would you provide a PR for this yourself? |
Pinging @Dentrax |
Pong! @cjappl I couldn't find to get into it but if anyone want to submit a PR for this please feel free. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check list
Environment info
Problem / Steps to reproduce
I usually like to use forgit for mostly
ga
andgd
commands. Unfortunately, it does not havepush
andpull
commands. I want to interactively select both of remote and branch so that here is what I've been using thefzf
command withgit
combined:$ git push $(fzfgr) $(fzfgb)
$ git pull $(fzfgr) $(fzfgb)
Maybe we can make similar or better UX by implementing
forgit::push
andforgit::pull
commands. Wdyt? Waiting your thoughts!The text was updated successfully, but these errors were encountered: