File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# GitGhost
2
2
3
- A simple CLI tool to securely manage private files and folders ignored in your public Git repositories .
3
+ Private version control for your Git ignored files .
4
4
5
5
---
6
6
@@ -16,9 +16,9 @@ A simple CLI tool to securely manage private files and folders ignored in your p
16
16
17
17
## Requirements
18
18
19
- - ** Python 3.10 or higher**
20
- - Compatible with Ubuntu/Linux systems
21
- - An existing Git repository
19
+ - Python 3.10 or higher
20
+ - Git installed
21
+ - GitHub CLI ( ` gh ` ) is required for private repo automation
22
22
23
23
---
24
24
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " gitghost"
7
- version = " 1.0.0 "
8
- description = " A CLI tool to securely manage private files/folders ignored in public git repositories ."
7
+ version = " 1.0.1 "
8
+ description = " Private version control for your Git ignored files ."
9
9
authors = [
10
10
{ name = " Decoding Chris" }
11
11
]
You can’t perform that action at this time.
0 commit comments