Post Tagged with: "git"

Code Wranglers Speak In Tongues (Generally)

It is commonly said that python tends to be at least the second-best tool to reach for when approaching a task, whereas some of us get by just fine with shell. The lack of a compilation step for scripting languages tends to help us iterate and ship good-enough solutions quickly, […]

Read more

Git-Fat Intro Part Two – Setup and Migration

Git-Fat Intro Part Two – Setup and Migration

In our last installment, we introduced a solution for syncing large or already compressed files around without strictly commit’ing them to git proper when collaborating on a munki repo. This was by leveraging the git-fat add-on/script, which only relies on python(2.7) and rsync. Let’s talk about how, if you followed […]

Read more

Introduction to Git-Fat for Munki

Introduction to Git-Fat for Munki

Do you work on munki with a team of folks (meaning more than one)? You probably wish you could use MunkiAdmin for everything, but mounting the munki repo over the network may be a poor experience as things grow very large, and as the server world is mostly *nix (if you’re […]

Read more

Look Less Silly on Github

Look Less Silly on Github

And with Git in General So you’ve gotten ok with scripts, or at least have tasked yourself with sorting through and in some cases slinging around plain text files. You’ve even heard about this Github thing, maybe you’ve already made an account, maybe you’re even digging in to it more […]

Read more