Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>Git Push ProgressNew to Visual Studio Code? Get it now.
Git Push Progress

Git Push Progress

Luis Domenech

|
20,606 installs
| (1) | Free
Extra git menu option plus command to push all commits and output the progress to output console
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-git-push-progress

vscode version

Extra git menu command and key binding to push commits and output the progress to the output console.

When you do git push by using the Push command from the Git Menu, you don't get any feedback until the push finishes or fails. If you push large files and/or many files at once, you'll then be stuck wondering when the push will finish and that's a problem. This Extension fixes that.

Regular Install

Install from the VS Code Marketplace by searching for vscode-git-push-progress

Complicated Install

Launch VS Code Quick Open (cmd/ctrl + p), paste the following command, and press enter:

ext install vscode-git-push-progress

Usage

I assume you have git installed.

After committing some changes to your local branch, instead of pressing Push, press Push Progress and you'll get bit by bit progress of the git push. Very useful when uploading many large files and you have no clue at all on the progress.

Change Log

2020-10-09

  1. Added Key Binding to Ctrl + Alt + Enter. It only activates while the Git Sidebar menu is activate just like Ctrl + Enter, which auto commits to local branch all staged changes. Ideal workflow would be to commit staged changes with Ctrl + Enter and then auto Push Progress with Ctrl + Alt + Enter.

2020-10-07

  1. Initial Release. Base code came from https://github.com/leftstick/vscode-git-tags

LICENSE

GPL v3 License

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