Skip to content

Instantly share code, notes, and snippets.

View erlinis's full-sized avatar
🇨🇴
Hola!

Erlinis Quintana erlinis

🇨🇴
Hola!
View GitHub Profile
@erlinis
erlinis / pull requests guide
Last active December 29, 2015 01:39
Guide to check/accept one pull requests
Step 1: Add a remote repository
$ git remote add <remote name> <url>
$ git remote add ricardo git@github.com:ricbermo/share.git
Sept 2: Fetch all the data (branchs) of remote repository
$ git fetch <remote name>
$ git fetch ricardo
* Command to list all the remote branch