Skip to content

Commit 40cf33d

Browse files
committed
Cleanup
1 parent 047bb55 commit 40cf33d

File tree

1 file changed

+1
-13
lines changed
  • src/content/blog/vibe-coding-mastery

1 file changed

+1
-13
lines changed

src/content/blog/vibe-coding-mastery/page.mdx

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -257,22 +257,10 @@ The standard git flow is:
257257

258258
Most secrets leaks occur because people don't realize that their .env file is committed to git.
259259

260-
Let's get your code saved and backed up.
261-
262-
🎬 **[Screen Recording Needed]: Setting up Git for the first time (if needed) and making your initial commit.**
263-
🎬 **[Screen Recording Needed]: Pushing your first commit to GitHub.**
264-
🖼️ **[Diagram Needed]: Simple Git flow: modify -> add -> commit -> push.**
260+
So, let's get your code saved and backed up to GitHub correctly, without leaking your API keys.
265261

266262
### Set Up Your Remote on GitHub
267263

268-
<div className="not-prose my-6">
269-
<div className="bg-zinc-50 dark:bg-zinc-900/60 border border-zinc-200 dark:border-zinc-700/40 rounded-lg p-4 shadow-md text-center">
270-
<strong>🎬 Creating your first GitHub repo and pushing to it — takes 60 seconds.</strong>
271-
<br />
272-
<em>(Screencast coming soon!)</em>
273-
</div>
274-
</div>
275-
276264
To back up your code and collaborate with others, you'll want to push your project to GitHub. If you don't have a GitHub account yet, <a href="https://github.com/signup" target="_blank" rel="noopener noreferrer" className="text-blue-600 underline">create one here</a>.
277265

278266
**Step-by-step:**

0 commit comments

Comments
 (0)