-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
62 lines (51 loc) · 1.64 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
GitSwift - Repository Management Tool
===================================
What is GitSwift?
----------------
GitSwift is a GUI tool that simplifies Git repository management and documentation maintenance. It provides an intuitive interface for updating documentation, tracking changes, and managing GitHub issues.
Why Use GitSwift?
----------------
- Save time on repository maintenance
- Maintain consistent documentation
- Automate repetitive tasks
- Track issues and todos efficiently
- Streamline GitHub integration
Installation Requirements
-----------------------
1. Python 3.7 or higher
2. Git installed on your system
3. GitHub account (for GitHub features)
4. Required Python packages (installed via requirements.py)
Installation Steps
----------------
1. Clone the repository:
git clone https://github.com/yourusername/GitSwift.git
2. Navigate to the directory:
cd GitSwift
3. Run the requirements installer:
python requirements.py
4. Launch the application:
python GitSwift.py
Usage Example
------------
Scenario: You've just completed a feature update and need to:
- Update the README
- Add a changelog entry
- Document known issues
- Create a GitHub issue
- Update todo lists
Instead of doing each task manually:
1. Open GitSwift
2. Select your repository
3. Fill in the update information
4. Click "Update Repository"
GitSwift automatically:
- Updates README.md
- Creates/updates CHANGELOG.md
- Generates UPDATE_NOTES.md
- Creates a GitHub issue (optional)
- Commits all changes
Support
-------
For help or feature requests, visit:
https://github.com/yourusername/GitSwift/issues