Skip to content

Instantly share code, notes, and snippets.

View binaryfunt's full-sized avatar

Ronnie Dutta binaryfunt

  • 19:31 (UTC +01:00)
View GitHub Profile
@binaryfunt
binaryfunt / Using Git to Manage a Live Web Site.md
Last active September 24, 2017 20:10 — forked from phamquocbuu/Using Git to Manage a Live Web Site.md
Using Git to Manage a Live Web Site

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