Live data from Hacker News

Git-repo – Manage Gitlab, GitHub and Bitbucket from the command line

i.got.nothing.to

1–10 of 70 posts

Re: Git-repo – Manage Gitlab, GitHub and Bitbucket from the command line

#7
I really enjoy how the author broke down both the problem and the solution, explaining why the existing solutions are inadequate. I often see articles about new products or new programming languages, and their features, but they often forget to mention what problem prompted the solution. Why was a new language invented to solve this problem? Why were the existing solutions limiting?

Bravo to the author here for making all that information clear and up-front.

Re: Git-repo – Manage Gitlab, GitHub and Bitbucket from the command line

#8

I use hub[0] to accomplish some of the same things. `hub fork` creates a fork and sets up a new remote. After pushing to my fork, `hub pull-request` creates a pull request. [0] https://github.com/github/hub

IMHO, hub works best if you

    alias git=hub
in your shellrc.

Re: Git-repo – Manage Gitlab, GitHub and Bitbucket from the command line

#10
This is wonderful. I'd guess that this little tiny bit of extra friction is enough of a disturbance to the workflow for private local/personal/work projects to prevent many from bothering to contribute back in some cases (I'm definitely guilty here).
Post reply on HN