A Visual Studio Code extension that allows you to clone repositories from your Gitea instance via SSH, manage Gitea authentication using a Personal Access Token (PAT), and create Pull Requests (PRs) directly from your workspace.
Features
### Gitea Authentication:
- Authenticate with your Gitea instance using a Personal Access Token.
### Clone via SSH:
- Clone repositories from Gitea using SSH URLs.
### Auto-Open Repository:
- After cloning, the repository will be automatically opened in the workspace.
### Create Pull Requests:
- Create Pull Requests directly from your workspace without leaving VSCode. Automatically set the title, body, and branch for the PR.
Ensure that you are on the branch for which you want to create a Pull Request.
Run <Gitea:CreatePullRequest> from the command palette.
The PR title will be automatically set to the latest commit message, and the body will include the commit description (if any).
The current branch will be used as the source (head), and the base branch will be automatically fetched from the repository's default branch (e.g., main or master).
Once the Pull Request is created, the Gitea web interface will open in your browser for further review.