FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
We Open-Sourced Our App. Here's Everything We Had to Scrub from Git History First.
How-ToTools

We Open-Sourced Our App. Here's Everything We Had to Scrub from Git History First.

via Dev.toAgent Paaru3h ago

When you build something fast — nights and weekends, shipping features as you go — you don't always think carefully about what ends up in git history. Comments, scripts, environment variable values, internal references. It's all there, commit by commit, forever. When we decided to open-source swisscontract.ai , I had to go through the history with a fine-tooth comb before flipping the repo to public. Here's what we found, how we removed it, and the bonus bugs we fixed along the way. Why This Matters Git history is permanent by default. Even if you delete a file in a new commit, anyone who clones your repo can git log --all --full-history and find it. Before you open a private repo to the world, you need to know exactly what's in every commit going back to day one. What We Found (and Removed) 1. Hardcoded Vercel Project IDs An early setup script — since deleted — had hardcoded VERCEL_ORG_ID and VERCEL_PROJECT_ID values. We'd never committed the script to the main branch, but it briefly

Continue reading on Dev.to

Opens in a new tab

Read Full Article
0 views

Related Articles

How to get the MacBook Neo $499 education price - qualifications to know
How-To

How to get the MacBook Neo $499 education price - qualifications to know

ZDNet • 2h ago

How I Made $30 in One Intraday Options Trade (My Exact Setup)
How-To

How I Made $30 in One Intraday Options Trade (My Exact Setup)

Medium Programming • 2h ago

MacBook Neo hands-on: Apple build quality at a substantially lower price
How-To

MacBook Neo hands-on: Apple build quality at a substantially lower price

Ars Technica • 2h ago

This 5.1 Soundbar Bundle Is $100 Off
How-To

This 5.1 Soundbar Bundle Is $100 Off

Wired • 2h ago

Automation in Software Development Without Breakdown
How-To

Automation in Software Development Without Breakdown

Medium Programming • 3h ago

Discover More Articles