Check out my blog at https://www.mikefoden.com for all of my thoughts and random dev articles.
MikeFoden
Follow
Software developer by day, music producer by night.
- Australia
-
18:55
(UTC +11:00) - http://www.mikefoden.com
Pinned Loading
-
Git Branch Cleanup Commands
Git Branch Cleanup Commands 1git fetch origin --prune
2git branch -vv | grep 'origin/.*: gone]' | awk '{print $1}' | xargs git branch -d
-
astrofox
astrofox PublicForked from astrofox-io/astrofox
Astrofox is a motion graphics program that lets you turn audio into amazing videos.
JavaScript
-
Git Aliases
Git Aliases 1#!/bin/sh
23# Easily amend a commit (and to not screw up when misspelling)
4git config --global alias.amend = commit --amend --no-edit
5git config --global alias.ammend = commit --amend --no-edit
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.