automate, automate, automate everything
-
PayPal
- San Jose, California
- http://lim.chernjie.com
- @chernjie
Pinned Loading
-
Fetch Github's Pull Request as a rem...
Fetch Github's Pull Request as a remote branch 1#!/usr/bin/env bash
23git remote -v | grep fetch | grep github | \
4while read remote url _; do
5if ! git config --get-all "remote.$remote.fetch" | grep -q refs/pull
-
-
github-release-notes
github-release-notes PublicGenerate release notes based on Github pull request title from given two git-refs
Shell 1
-
Find redundant branches and print co...
Find redundant branches and print commands to delete them 1#!/usr/bin/env bash
23COLOR_YELLOW(){ echo -en "\033[33m"; }
4COLOR_RESET() { echo -en "\033[0m"; }
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.