Skip to content

Instantly share code, notes, and snippets.

View avelardi's full-sized avatar

Tony Velardi avelardi

View GitHub Profile

1. Clone your fork:

git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
@avelardi
avelardi / 0_reuse_code.js
Created July 6, 2016 22:03
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@avelardi
avelardi / MS-2
Created May 16, 2016 14:48 — forked from BBcan177/MS-2
MS-2 pfBlockerNG - DNSBL Malicious Domain Names
# http://research.zscaler.com/2015/04/irc-botnets-alive-effective-evolving.html?spref=tw
api1.wipmania.com.wipmsc.ru
update.wipmania.com.raulhost.ru
api1.wipmania.com
api2.wipmania.com
api3.wipmania.com
api4.wipmania.com
api5.wipmania.com
api6.wipmania.com
api7.wipmania.com
@avelardi
avelardi / .gitignore
Created May 11, 2016 00:53 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.pyc