Skip to content

Commit fcfe8a3

Browse files
author
MacroMan
committed
Fix repository URLs to match GitHub username
1 parent 6d30ff3 commit fcfe8a3

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
2121
- Self-contained single-file executable publishing
2222
- GitHub Actions CI/CD pipeline for automated releases
2323

24-
[1.0.0]: https://github.com/MacroMan/git-worktree-terminal/releases/tag/v1.0.0
24+
[1.0.0]: https://github.com/MacroMan5/git-worktree-terminal/releases/tag/v1.0.0

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Contributions are welcome! Here's how to get started.
1414
### Building
1515

1616
```bash
17-
git clone https://github.com/MacroMan/git-worktree-terminal.git
17+
git clone https://github.com/MacroMan5/git-worktree-terminal.git
1818
cd git-worktree-terminal
1919
dotnet build tmuxlike/tmuxlike.csproj
2020
```
@@ -53,7 +53,7 @@ dotnet run --project tmuxlike/tmuxlike.csproj
5353

5454
## Reporting Issues
5555

56-
- Use [GitHub Issues](https://github.com/MacroMan/git-worktree-terminal/issues)
56+
- Use [GitHub Issues](https://github.com/MacroMan5/git-worktree-terminal/issues)
5757
- Include your Windows version and .NET SDK version
5858
- Describe what you expected vs. what happened
5959
- Include steps to reproduce if possible

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Git Worktree Terminal
22

3-
[![Release](https://img.shields.io/github/v/release/MacroMan/git-worktree-terminal)](https://github.com/MacroMan/git-worktree-terminal/releases)
3+
[![Release](https://img.shields.io/github/v/release/MacroMan5/git-worktree-terminal)](https://github.com/MacroMan5/git-worktree-terminal/releases)
44
[![License: GPL-3.0](https://img.shields.io/badge/License-GPL--3.0-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
55
[![.NET 8.0](https://img.shields.io/badge/.NET-8.0-purple.svg)](https://dotnet.microsoft.com/)
6-
[![Windows](https://img.shields.io/badge/Platform-Windows-0078D4.svg)](https://github.com/MacroMan/git-worktree-terminal/releases)
6+
[![Windows](https://img.shields.io/badge/Platform-Windows-0078D4.svg)](https://github.com/MacroMan5/git-worktree-terminal/releases)
77

88
A tmux-inspired terminal manager for git worktrees on Windows. Switch between worktrees, split terminal panes, and browse files — all from a single window.
99

@@ -43,12 +43,12 @@ Git Worktree Terminal gives you a **single window** where every worktree has its
4343

4444
### Download (recommended)
4545

46-
Download `git-worktree-terminal.exe` from the [latest release](https://github.com/MacroMan/git-worktree-terminal/releases/latest). It's a single self-contained executable — no .NET runtime required.
46+
Download `git-worktree-terminal.exe` from the [latest release](https://github.com/MacroMan5/git-worktree-terminal/releases/latest). It's a single self-contained executable — no .NET runtime required.
4747

4848
### Build from source
4949

5050
```bash
51-
git clone https://github.com/MacroMan/git-worktree-terminal.git
51+
git clone https://github.com/MacroMan5/git-worktree-terminal.git
5252
cd git-worktree-terminal
5353
dotnet publish tmuxlike/tmuxlike.csproj -c Release -r win-x64 --self-contained -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true
5454
```

tmuxlike/tmuxlike.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Description>A tmux-inspired terminal manager for git worktrees on Windows</Description>
1111
<Authors>MacroMan</Authors>
1212
<Copyright>Copyright (C) 2026 MacroMan</Copyright>
13-
<RepositoryUrl>https://github.com/MacroMan/git-worktree-terminal</RepositoryUrl>
13+
<RepositoryUrl>https://github.com/MacroMan5/git-worktree-terminal</RepositoryUrl>
1414
<RepositoryType>git</RepositoryType>
1515
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
1616
<Version>1.0.0</Version>

0 commit comments

Comments
 (0)