git-it-on.zsh icon indicating copy to clipboard operation
git-it-on.zsh copied to clipboard

Add ability to run commands on different remotes

Open Dbz opened this issue 7 years ago • 5 comments

It would be nice to be able to specify the remote on the commands. For example, I want to be able to run gitit devops to open the devops fork instead of the origin fork.

Dbz avatar Apr 13 '17 22:04 Dbz

By fork, do you mean like peterhurford/git-it-on.zsh versus devops/git-it-on.zsh? Or do you mean branch?

peterhurford avatar Apr 14 '17 00:04 peterhurford

Yep, you got it. I mean a different fork of the repository.

Dbz avatar Apr 14 '17 04:04 Dbz

Hey @peterhurford are you willing to add this functionality? 👼

Dbz avatar May 08 '17 13:05 Dbz

Yep, I could maybe take a stab at it on Thursday after some deadlines. Or I'd be happy to review a PR.

I was thinking about the UI. Maybe gitit --fork devops <args>?

peterhurford avatar May 09 '17 20:05 peterhurford

Hey @peterhurford how about gitit --remote devops <args> ?

Dbz avatar May 15 '17 10:05 Dbz