Skip to content

Instantly share code, notes, and snippets.

View nickajordan's full-sized avatar
🎸
Available

Nick Jordan nickajordan

🎸
Available
View GitHub Profile

Using Git to Manage a Live Web Site

Overview

As a freelancer, I build a lot of web sites. That's a lot of code changes to track. Thankfully, a Git-enabled workflow with proper branching makes short work of project tracking. I can easily see development features in branches as well as a snapshot of the sites' production code. A nice addition to that workflow is that ability to use Git to push updates to any of the various sites I work on while committing changes.

Contents

@nickajordan
nickajordan / gist:aa52e9d8556101a14feac9bda3304790
Created January 4, 2017 08:56 — forked from fabiofl/gist:5873100
Clear Mac OS X's icon cache.
sudo find /private/var/folders/ -name com.apple.dock.iconcache -exec rm {} \;