Skip to content

Practice repo for Future Code 2 students to learn the GitHub workflow: clone → edit → commit → push, all in VS Code

Notifications You must be signed in to change notification settings

codeByCandlelight/fc2-github-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Future Code 2 – GitHub Practice

Welcome to your GitHub practice sandbox!
Follow the steps below to practice the GitHub workflow with VS Code.


✅ GitHub Flow Steps

  1. Clone this repo into VS Code

    • Cmd+Shift+PGit: Clone → Paste the repo URL
    • Open in new window
  2. Edit any file

    • Add a message to index.html or update script.js
  3. Commit and Push

    • Open terminal →

      git add .
      git commit -m "Your message"
      git push origin main

Check GitHub to see your changes live!


🚀 Go explore, break things, and push your progress.

About

Practice repo for Future Code 2 students to learn the GitHub workflow: clone → edit → commit → push, all in VS Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published