Added by: devmonk
Apr 22, 2023
Version

~> hub

Description
A command-line tool that makes git easier to use with GitHub.
Links
Install (execute in workspace terminal)
wrk install hub==latest
Remarks and hints
# clone your own project
hub clone dotfiles
→ git clone git://github.com/YOUR_USER/dotfiles.git

# clone another project
hub clone github/hub
→ git clone git://github.com/github/hub.git

# fast-forward all local branches to match the latest state on the remote
cd myproject
hub sync

# list latest open issues in the current repository
hub issue --limit 10

# open the current project's issues page
hub browse -- issues
→ open https://github.com/github/hub/issues

# open another project's wiki
hub browse rbenv/ruby-build wiki
→ open https://github.com/rbenv/ruby-build/wiki
Scripts
# Istall script # Start script
alnoda-workspace

no compatibility requirements