Skip to content

Instantly share code, notes, and snippets.

View SimoPrG's full-sized avatar

Simeon Georgiev SimoPrG

  • Progress
  • Sofia, Bulgaria
View GitHub Profile
@SimoPrG
SimoPrG / filter-some-sites.txt
Created August 19, 2019 11:51
My Adblock Plus Custom Filters
9gag.com/*
money.bg/*
@SimoPrG
SimoPrG / GitCheatsheet.txt
Last active May 27, 2016 18:31
git commands
//Discard all changes in the working directory
git checkout *
//Add all changes to the commit
git add -A
//Add all changes in the tracked files and commit
git commit -am "Commit message"
// List branches
@SimoPrG
SimoPrG / 0_reuse_code.js
Last active August 29, 2015 14:24
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