jhillyerd / plugin-git

Git aliases plugin for the Fish shell (similar to oh-my-zsh git)
MIT License
607 stars 85 forks source link

Add `gpsup` alias #79

Closed not-reed closed 2 years ago

not-reed commented 2 years ago

git push --set-upstream origin

jhillyerd commented 2 years ago

I think this is essentially the same as what gpu already does?

If not, this doesn't need to be it's own function from what I can see, you could move it into the init file with the other abbreviations. And the README update should go in the push/pull section

not-reed commented 2 years ago

Ah yeah, looks about the same. Just muscle memory from my previous setup. I forked and an happy, just thought I could contribute upstream if you where interested 🙂 thanks for your work!

I just copied from ggsup which is why it's it's own function. Just switched to fish recently so I have no idea lol. I'll try it in the init file

😂 Oops with the readme, I can fix that

jhillyerd commented 2 years ago

I think if it's the same as gpu, I'd rather not add it. I retrained myself from ggp + ggsup to gpu, so can everyone else. :)

If you find a specific use case gpu doesn't cover, please re-open this.

not-reed commented 2 years ago

No problem 👍