vscode-git-graph VS publish-vscode-extension

Compare vscode-git-graph vs publish-vscode-extension and see what are their differences.

vscode-git-graph

View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph. (by mhutchie)

publish-vscode-extension

GitHub action to publish your VS Code Extension to the Open VSX Registry or Visual Studio Marketplace. (by HaaLeo)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
vscode-git-graph publish-vscode-extension
6 3
1,808 192
- -
0.0 7.1
10 months ago 21 days ago
TypeScript TypeScript
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

vscode-git-graph

Posts with mentions or reviews of vscode-git-graph. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-06.
  • Came back to Git Graph after several months of using GitLens+
    2 projects | /r/vscode | 6 Mar 2023
    Quite a while ago, the GitLens+ plugin gained the Commit Graph feature--the same graph you see in GitKraken. Until then I had used Git Graph for visualizing my repositories and GitLens+ for git blame in the GUI. Since one plugin could now do both, the natural course of action was to remove the other--goodbye, Git Graph!
  • Ask HN: Where are the simple Git GUIs?
    7 projects | news.ycombinator.com | 25 Nov 2022
  • VS Code Extension - Git Graph
    1 project | dev.to | 8 Sep 2022
  • Git Fork: A fast and friendly Git client for Windows and Mac
    5 projects | news.ycombinator.com | 31 May 2022
    I'm a paying user of Fork, it's my favorite Git GUI, I love it.

    However, it "only" supports macOS and Windows. I'm migrating to Linux for my work and home computers, so I haven't used it in a while, just so I can get familiar with other tools available on Linux - and, importantly, learning to do more advanced Git operations in the terminal.

    So far I still depend on a GUI, mainly VS Code's built-in Git integration and GitGraph.

    https://github.com/mhutchie/vscode-git-graph

    Also looking at GitLens: https://www.gitkraken.com/gitlens

    ..But I sure miss using Fork. I used it everyday for the last couple years. It does everything I want to do with Git, the UI is familiar and well-designed.

    I see the main developer @DanPristupov is on HN, maybe he'd consider supporting Linux? I fully understand if you don't, since creating the same application for two OSes must be quite difficult already, especially for a small team rather than a company.

  • Ask HN: What underrated GitHub / Gitlab project has helped you a lot?
    4 projects | news.ycombinator.com | 27 May 2021
    Probably the most underrated software I use daily are some of my Firefox extensions.

    https://github.com/einaregilsson/Redirector redirects my YouTube, Google, Twitter and Reddit links to privacy friendly frontends (i.e. Invidious, Startpage, Nitter and Libreddit).

    https://github.com/proginosko/LeechBlockNG helps me staying away from time sinks on the internet during the day.

    On the development side I use...

    https://github.com/aaronvegh/nsregextester as my tried and true tool for regex debugging.

    https://github.com/mhutchie/vscode-git-graph is a marvelous Git GUI for VSCode.

  • [Extension development] Best practices for developing web views?
    1 project | /r/vscode | 7 Apr 2021
    VS Code does not appear to provide a stylesheet or anything to help you get off the ground, AFAICT… I wish they did. Every extension I know of has to implement basic components from scratch, styling and all. Seems like a lot of boilerplate is necessary before you can start developing anything the user will see on screen.

publish-vscode-extension

Posts with mentions or reviews of publish-vscode-extension. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-31.
  • VS Code or VS Codium - Which should I use?
    12 projects | dev.to | 31 May 2022
    I have written a number of extensions, and I use the publish-vscode-extension GitHub action to publish my extensions to both marketplaces.
  • GitHub Action You Need to Publish VS Code Extensions
    4 projects | dev.to | 8 Apr 2022
    Lastly we will package and publish our extension using the Visual Studio Code Extension Manager and a GitHub Action called HaaLeo/publish-vscode-extension. The advantage of having the packaging and publishing step separated is that we can attach the compiled .vsix file as an artifact to the workflow and offer it as download. Make sure to generate a token (named in the workflow as VSC_MKTP_PAT and OPEN_VSX_TOKEN) to allow GitHub to publish your extension.
  • Write a VS Code extension in JavaScript, not TypeScript ^
    7 projects | dev.to | 16 Jun 2021
    I use this github action to automate publishing of an extension to both marketplaces, publication is triggered when the main branch is updated. There a couple of other github actions for

What are some alternatives?

When comparing vscode-git-graph and publish-vscode-extension you can also consider the following projects:

edamagit - Magit for VSCode

tabout - Tab out of quotes, brackets, etc for Visual Studio Code

vscode-gitlens - Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more

vscode-vsce - VS Code Extension Manager

vscode-project-manager - Project Manager Extension for Visual Studio Code

flatpak-vscode - Integrate Flatpak with VSCode

tortoisegit - Windows Explorer Extension to Operate Git; Mirror of official repository https://tortoisegit.org/sourcecode

publish-extensions - Scripts for publishing VS Code extensions to open-vsx.org

Gittyup - Understand your Git history!

vscode-extension-samples - Sample code illustrating the VS Code extension API.

code-settings-sync - 🌴💪 Synchronize your Visual Studio Code Settings Across Multiple Machines using GitHub GIST 💪🌴

free-vscode-csharp - Free/Libre fork of the official C# extension for vscode