Pinned Loading
-
Git alias for easily pushing a new b...
Git alias for easily pushing a new branch to origin 1[alias]
2pushit = !git push -u origin `git rev-parse --abbrev-ref HEAD`
-
Git function for easily pruning loca...
Git function for easily pruning local branches 1#!/usr/bin/env bash
2# https://stackoverflow.com/a/17029936/3004335
3# Add file to /usr/local/bin and make executable
45if [ ! -d .git/ ]; then
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.