Skip to content
Back to the public prompt library
Start Here — Build Safely With AIStart Here — Build Safely With AI10 min lesson

Don't Lose Your Work — Folders, Git, and Checkpoints

The minimum safe setup for total beginners: a real project folder, a Git repo, a remote backup, and repeatable checkpoints.

gitbeginnerssafetyworkflow
Copy-ready prompt
"I am a beginner and I want the safest possible project setup before I keep building.
Help me:
1. confirm this project has the minimum Git safety setup
2. check that `.env`-style secret files are ignored
3. tell me what files should and should not be committed right now
4. suggest the next safe checkpoint

Do not rewrite history, force push, or delete files unless I explicitly approve it."

Prompt FAQ

Questions to answer before you paste it

When should I use the Don't Lose Your Work — Folders, Git, and Checkpoints prompt?

The minimum safe setup for total beginners: a real project folder, a Git repo, a remote backup, and repeatable checkpoints. Use it when you need a safer starting point than a blank prompt and you want the agent to stay inside explicit constraints.

Should I paste this prompt exactly as written?

No. Treat it as a safe starter. Replace the task, files, constraints, and verification details with your actual context before you run it.

What should I do after the agent answers?

Read the diff, run the checks, and stop after one reviewable step. If you need deeper context, open the lesson that explains the reasoning behind the prompt.

Related prompts worth copying next

Safety

Safe Beginner Loop

Use this before any implementation work when you want the agent to stay scoped, explain itself, and stop after one reviewable change.

Open prompt page
Start Here — Build Safely With AI

Choose a Tiny First Win

How to pick a first project that teaches the workflow without dragging you into complex product and engineering problems.

Open prompt page
Secrets Hygiene

Pre-Flight Secrets Check

Run this before you paste configs, screenshots, or terminal output into an AI tool so you do not leak API keys, connection strings, or internal URLs.

Open prompt page