Skip to main content
deployment1

One post tagged with "deployment"

Articles tagged with deployment

4 min readDevelopmentgitdeploymentdevops

You're about to deploy to production and your PM asks for "just a clean copy of the code without all that Git history stuff." Or maybe you need to package a specific release for a client who shouldn't see your development branches. Enter git archive — the Git command that's criminally underused despite solving these exact problems elegantly.