Designed for open-source maintainers
Maintaining a project is easier when you can easily fetch from other forks, check out pull requests, close issues, and even cherry-pick commits by URL.
# fetch from multiple trusted forks, even if they don't yet exist as remotes hub fetch mislav,cehoffman → git remote add mislav git://github.com/mislav/hub.git → git remote add cehoffman git://github.com/cehoffman/hub.git → git fetch --multiple mislav cehoffman # check out a pull request for review hub pr checkout 134 → (creates a new branch with the contents of the pull request) # make new commits, then update the pull request git push # close an issue hub issue update 134 --state closed # directly apply all commits from a pull request to the current branch hub am -3 https://github.com/github/hub/pull/134 # cherry-pick a GitHub URL hub cherry-pick https://github.com/xoebus/hub/commit/177eeb8 # open the GitHub compare view between two releases hub compare v0.9..v1.0 # put the compare URL for a topic branch to your clipboard hub compare --url feature | pbcopy

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
