Skip to content

Instantly share code, notes, and snippets.

View zbycz's full-sized avatar

Pavel Zbytovský zbycz

View GitHub Profile
@zbycz
zbycz / github_gpg_key.md
Created April 17, 2018 08:56 — forked from ankurk91/github_gpg_key.md
Github : Signing commits using GPG (Ubuntu/Mac)

Github : Signing commits using GPG (Ubuntu/Mac) 🔐

  • Do you have an Github account ? If not create one.
  • Install required tools
  • Latest Git Client
  • gpg tools
# Ubuntu
sudo apt-get install gpa seahorse
# Mac
@zbycz
zbycz / 0_reuse_code.js
Created January 20, 2014 21:48
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