It provides a pull-request and fork, commands that do what you'd expect them to. It gives you ci-status which returns the CI status for a given commit. release and issue commands can be used to access those Github features from within the command line. create sets up your repo on Github, browse opens the Github page for the current repo and there's compare which I haven't used much, really.
Overall, it's awesome.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Nice, I didn't know you could do that natively. I've been using hub aliased as
gitand it does this as well as some other cool stuff.Neat! What other kinds of cool stuff does hub do?
It provides a
pull-requestandfork, commands that do what you'd expect them to. It gives youci-statuswhich returns the CI status for a given commit.releaseandissuecommands can be used to access those Github features from within the command line.createsets up your repo on Github,browseopens the Github page for the current repo and there'scomparewhich I haven't used much, really.Overall, it's awesome.