Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>GitEasyNew to Visual Studio Code? Get it now.
GitEasy

GitEasy

Deep Saha

|
2 installs
| (0) | Free
Push your VS Code workspace to GitHub in one click.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🚀 GitHub Instant Push VS Code Extension

GitHub Instant Push is a VS Code extension that lets you authenticate with GitHub, create a repository, and push your workspace code directly — all in just a few clicks.


Features

  • 🔑 Authenticate with GitHub using OAuth.
  • 📦 Create a new repository on your GitHub account.
  • 🚀 Push your entire VS Code workspace to the newly created repository.
  • 🌐 No need to leave VS Code — everything happens in-app.
  • ⚡ Fast, simple, and efficient workflow for developers.

Installation

# Clone the extension repository
git clone <your-repo-url>

# Navigate into the project folder
cd <your-repo-folder>

# Install dependencies
npm install

# Open the folder in VS Code
code .

Running the Extension

# Press F5 in VS Code to launch a new Extension Development Host window
# Then run the command "GitHub Instant Push: Create and Push Repo" from the Command Palette (Ctrl+Shift+P)

Usage

# 1. Open a folder in VS Code that you want to push to GitHub
# 2. Trigger the extension via Command Palette:
#    GitHub Instant Push: Create and Push Repo
# 3. Login with your GitHub account in the browser
# 4. Enter the repository name in the input box
# 5. The extension will create the repo, initialize Git, and push all files to GitHub

Requirements

# Node.js installed
# Git installed and available in PATH
# A GitHub account

Configuration

# Create a .env file at the root of your extension with the following:

CLIENT_ID=<your_github_client_id>
CLIENT_SECRET=<your_github_client_secret>
PORT=3000

Contributing

# Contributions are welcome! 
# Open issues, submit pull requests, or suggest new features.

# MIT License

# MIT License

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft