Skip to content

IanSeun/Ecodebugger-bot-repo-overview-branch

Repository files navigation

Ecodebugger README

A gamified VS Code extension for debugging with eco coding tips.

Features

  • Displays eco-friendly coding tips.
  • Gamifies debugging for a fun experience.

Commands

  • Ecodebugger.helloWorld: Displays a welcome message.

Getting Started

  1. Clone the repository.
  2. Run npm install to install dependencies.
  3. Use npm run compile to build the extension.
  4. Press F5 in VS Code to launch the Extension Development Host.

Summary

  • ✅everyone clone the repo:Use command git clone https://github.com/Phineas-bot/Ecodebugger-bot-repo

  • ✅ Everyone creates and works on their own branch for any task git checkout -b feature/branch-name

  • ✅ Push your branch to GitHub git push origin feature/branch-name

  • ✅ Create Pull Requests to merge to main

  • ✅ This keeps your main branch always clean and working.

Very Important Git Commands Cheat Sheet

Purpose Command

  • Check current branch git branch
  • Create a new branch git checkout -b feature/branch-name
  • Switch to another branch git checkout feature/branch-name
  • See changed files git status
  • Save work git add . then git commit -m "Message"
  • Push branch to GitHub git push origin feature/branch-name
  • Pull latest main branch git pull origin main

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published