-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started EN
English · 한국어
Set up Git Tab and open your first repository in just 5 minutes.
- Go to the GitHub Releases page.
- Find and download the latest
GitTab-Setup.exe(or*-installer.exe) file. - Double-click the downloaded file.
When the installer starts:
- Choose Language: Select your preferred language (default: English; you can change to Korean after launching Git Tab).
-
.NET 8 Runtime Check: On first install, you may be notified that
.NET 8 Desktop Runtimeis required. Click "Install" or "Download" and it will be downloaded and installed automatically. (Git is already included, so no separate installation is needed.) -
Installation Folder: Select the default folder (e.g.,
C:\Program Files\GitTab) and continue. - Complete: When the installer finishes, the "Launch Git Tab" checkbox becomes active. Check it and click "Finish" to run the app immediately.
Success if the Git Tab window appears!
- You'll see menus at the top and buttons in the center.
- A "Recent Repositories" list appears on the left (empty on first run).
If you see English:
- Click the ⚙ Settings icon in the top right.
- In the Language dropdown, select Korean.
- The app will automatically restart and display in Korean.
If you want to download a repository from GitHub, GitLab, or another source:
- Click the "Clone" button in the Git Tab main window.
- Enter the repository URL (e.g.,
https://github.com/user/repo.git). - Choose where to save it and click "Clone" to download the entire repository.
- Click the "Open Folder" or "Open Repository" button in the Git Tab main window.
- Select an existing Git repository folder (one that contains a
.gitfolder). - Click Open to load the repository.
Tip: If you don't have a Git repository yet, open a regular folder and select "Initialize New Repository" from the Git Tab menu.
- Find a folder in Windows File Explorer.
- Drag it into the Git Tab window.
- The repository loads automatically.
- Right-click a folder in File Explorer.
- Select "Git Tab" or "Open" from the menu.
- Git Tab opens with that repository loaded.
Note: If you don't see the context menu, enable "Windows File Explorer Context Menu" in Git Tab settings. (See Explorer Menu for details.)
Repository = Project Folder + Git History
A Git repository is simply a folder that contains a .git folder. Inside it, all file changes are recorded. This lets you go back to any earlier state or collaborate with others anytime.
Now that you've opened a repository, here are your next steps:
- Want to learn what Git is? Check out the Git Basics page.
- Want to explore Git Tab's features? See the Features page.
- Want to push your code to GitHub? Learn how to set up a personal access token on the Authentication page.
- App won't start: Check the ".NET 8 Runtime" section on the Troubleshooting page.
-
Repository not recognized: Make sure the folder contains a
.gitfolder. - Something else: Look for answers in FAQ.