Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Agitjo: Manage Forgejo PRs with AGit-Flow in Emacs

Agitjo is an Emacs tool that allows users to manage Forgejo pull requests using AGit-Flow, streamlining the PR workflow directly from the editor.

Background

- **Forgejo** is a self-hosted, open-source Git forge (like GitHub or GitLab) — a platform for hosting code, managing issues, and reviewing pull requests. - **AGit-Flow** is a collaborative Git workflow that lets developers push code directly from their local repo to create and update pull requests, without manually opening a PR in a web browser. - **Emacs** is a highly extensible text editor popular among developers, especially in the free-software and Lisp communities. - **Agitjo** is a new Emacs package that integrates AGit-Flow with Forgejo, enabling users to push PRs straight from their editor — filling a gap for Emacs users who self-host code on Forgejo rather than using GitHub or GitLab.

Related stories