Analysis updated 2026-07-08 · repo last pushed 2023-03-11
Commit code changes and push to GitHub without leaving the text editor.
Visually track which lines of code were added, deleted, or modified.
View open pull requests and leave review comments directly in the editor.
Create and switch between Git branches from a visual interface.
| atom/github | mekos2772/ios-location-spoofer | rebel0789/codexpro | |
|---|---|---|---|
| Stars | 1,192 | 1,244 | 1,134 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2023-03-11 | 2026-07-03 | 2026-06-30 |
| Maintenance | Dormant | Active | Active |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
The project is archived and requires the discontinued Atom text editor, so it is not recommended for new setups.
This repository contains the Git and GitHub integration package for Atom, a popular text editor for programmers. It let developers handle common version control tasks, like committing changes, managing branches, and reviewing pull requests, directly inside the editor without jumping to a separate terminal window or a web browser. At a high level, the package works as a built-in bridge between the Atom text editor and GitHub's servers. When you make changes to your code files, the integration displays visual indicators showing which lines you've added, deleted, or modified. It also provides an interface inside the editor where you can stage those changes, write a commit message, and push your work to GitHub. Beyond basic code saving, it extends into collaborative features, allowing you to view pull requests and leave review comments on specific lines of code right alongside the files you are actively editing. The primary audience for this tool was developers who used Atom as their everyday code editor and relied on Git for version tracking. For example, a developer working on a new feature could write their code, commit it, and open a pull request for their teammates to review, all from a single workspace. This streamlined workflow was especially valuable for people who preferred visual tools over typing memorized text commands into a command-line interface. It is important to note that this project was archived in December 2022. Atom itself was sunset by its parent company, meaning neither the editor nor this integration package is actively maintained or receiving updates. While the code remains available for historical reference or for anyone who still runs an older version of the editor, it is no longer a tool for new projects.
A package for the now-discontinued Atom text editor that let developers handle Git version control and GitHub tasks like commits, branches, and pull requests directly inside the editor.
Mainly JavaScript. The stack also includes JavaScript, Atom.
Dormant — no commits in 2+ years (last push 2023-03-11).
The explanation does not mention the specific license, so the usage rights are unknown.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.