Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Commit and Push for C(Mac Version)New to Visual Studio Code? Get it now.
Commit and Push for C(Mac Version)

Commit and Push for C(Mac Version)

WhiteCaT-klein

|
3 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Commit and Push README

Features

  • Compile your source code using GCC.
  • Commit your code changes to a Git repository.
  • Push the committed changes to a remote repository.## Requirements

Getting Started

  1. Install the Pushcom Extension from the VS Code marketplace.

  2. Open a source code file in your workspace.

  3. Use the following steps to compile, commit, and push your code:

    • Press Ctrl+Shift+P to open the command palette.
    • Search for and select "Pushcom: Compile and Push Code".
    • The extension will compile your code, commit the changes, and push them to the remote repository.

Configuration

By default, the extension uses the following Git commands:

  • git add .
  • git commit -m "Automated commit"
  • git push

You can customize these commands by modifying the extension's source code.

Extension Settings

Include if your extension adds any VS Code settings through the contributes.configuration extension point.

Run the command using ctrl+shift+p/cmd+shift+p and search i give up to run the extension

Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

Release Notes

First release

1.0.0

Initial release of ...

1.0.2

Added terminal interface for output


Following extension guidelines

Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.

  • Extension Guidelines

Working with Markdown

You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

  • Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux).
  • Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux).
  • Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets.

For more information

  • Visual Studio Code's Markdown Support
  • Markdown Syntax Reference

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft