Vo Xuan Tien
A social network for developers.
A git repository hosting service
Github = git + web interface

Issue list

Issue list
Tag

Issue label


Create new

Open milestones

Closed milestones

Enable on travis

Write travis config file

Test status

Test status on project page

Switch branch

Press compare and review

Click turn it into a pull request

Pull request message

Pull request list

Review pull request

List

Create release

Upload file

Create new gist

My gists

Some one gists

Wiki page

Add new page

What?
A command line tool that make working with github easier
Install
sudo apt-get install rake git clone git://github.com/github/hub.git cd hub sudo rake install
eval "$(hub alias -s)"
fork
git fork
> [some magic happen on github]
> git remote add -f YOUR_USER git@github.com:YOUR_USER/CURRENT_REPO.git
pull-request
git pull-request -m "Implemented feature X" -b drupal:master me:feature