You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git-helper is an open-source software that aims to assist developers in using git more conveniently and efficiently. In some ways, it can also serve as a git GUI, allowing for quick management of multiple git repositories and grouping them for easy organization. When a specific repository is selected, the corresponding repository directory and command line can be quickly opened, and features such as branch and tag management, code committing and merging can be done.
4
12
5
-
This is the official Wails React-TS template.
6
13
7
-
You can configure the project by editing `wails.json`. More information about the project settings can be found
- Branch management, including viewing, adding and deleting branches
20
+
- Tag management, including viewing, adding and deleting tags
21
+
- Switching between preferred color themes
11
22
12
-
To run in live development mode, run `wails dev` in the project directory. This will run a Vite development
13
-
server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser
14
-
and have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect
15
-
to this in your browser, and you can call your Go code from devtools.
23
+
## Installation
16
24
17
-
## Building
25
+
- Clone the source code and compile it.
26
+
- Download the binary file from the release page.
18
27
19
-
To build a redistributable, production mode package, use `wails build`.
28
+
Note: Many features have only been tested on mac os, Although there are no destructive git commands, but this project is currently only provided for learning and research, please do not use it formally.
29
+
30
+
## Usage
31
+
Currently, there is no clone operation, so you can add your git repositories through the menu first. git-helper will record the repository's path and generate a repository alias, which will be placed in the default category. You can subsequently add categories to classify and sort these repositories. When you select a repository, any actions you perform will be executed in that repository's path. Therefore, when you delete the repository in git-helper, it only removes the path and does not make any destructive changes to your original repository.
32
+
33
+
## Screenshots
34
+
35
+

36
+

37
+

38
+

39
+
40
+
## Contribution
41
+
Feel free to open issues or pull requests if you have any suggestions or found any bugs.
0 commit comments