1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-02 04:10:05 +02:00
This commit is contained in:
s2
2018-05-19 22:48:58 +02:00
parent 82a592d2df
commit e0427e88ef
2 changed files with 20 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# gitlit
gitlit is a very simple desktop app that allows you to handle [git lfs file locks](https://github.com/git-lfs/git-lfs/wiki/File-Locking).
![gitlit main window](screenshots/main.png)
## download
Just go to releases and download the version for your platform.
## usage
gitlit takes one command line argument: the git repository directory on your filesystem you want to handle the locks for.
So if you want to look at the locked files on the `/home/s2/myApp` directory, run gitlit like this:
```
gitlit /home/s2/myApp
```
If no folder is specified, gitlit looks at the current path.

View File

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB