How to Set Up Geany with Git on Windows 11

In this guide I will walk you through installing Geany and setting it up to make git pull requests easily.

I will also show you how to make a pull request to my blog page.

1. Install Git

2. Install Geany

3. Configure SSH for Repos

4. Integrate Git in Geany

5. Make a Pull Request

6. How to do make a Pull Request for a Private Repo

Pure Git (bare repo) has no built-in PRs—it’s a hosting feature (GitHub/GitLab). Alternatives for collaboration:

Test setup: Clone a test repo, make/edit file in Geany, commit/push. Done.