Skip to content

Instantly share code, notes, and snippets.

View zaimramlan's full-sized avatar
👨‍💻
Engineering

Zaim Ramlan zaimramlan

👨‍💻
Engineering
View GitHub Profile
@zaimramlan
zaimramlan / export-import-update-delete-github-labels.md
Last active August 6, 2020 15:17 — forked from Isaddo/import-github-labels.js
Export, Import, Update, Delete GitHub labels via browser console command

Usage

  • This script allows export, import, update and delete of GitHub Labels
  • Adopted from Isaddo's gist with some tweaks for 2020
  • Included a delete script too

Export Labels

  1. Go to the source repository's labels page
  2. Open up the browser console
  3. Copy and paste the following script & copy its output

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@zaimramlan
zaimramlan / SimpleHTTPServer.md
Last active September 11, 2016 15:12 — forked from zulhfreelancer/SimpleHTTPServer.md
Start SimpleHTTPServer Using Mac Terminal

Step 1: cd into project folder

cd /path/

Step 2: Enter the following

$ python -m SimpleHTTPServer 8000