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
PR for v1.1.6 release
# Features
- Compare feature to compare the changes between branches and difference commits
# Improvements and Bug Fixes
- Final package size has been reduced by removing unwanted CSS selectors
- UI layout change to make the platform more tablet and small desktop friendly
- Removed critical initial startup bug which crashes the application during the first start
Copy file name to clipboardExpand all lines: DOCUMENTATION.md
+13-1
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ or use `pm2` by downloading it from npm - `npm i -g pm2` and start the module by
66
66
### Left Pane Menu
67
67
68
68
-**Repositories** - To check tracked files changes, line-based changes with syntax highlighting and git operations (staging, un-staging, committing changes and pushing changed to remote)
69
+
-**Compare** - To compare the branches and commits for the selected repository.
69
70
-**Settings** - To check and edit internal data file, to remove a repo from GitConvex and to update the active port.
70
71
-**Help** - Includes documentation link and various options to report an issue or to submit feedback.
71
72
@@ -143,6 +144,17 @@ In "Git Difference" click on the modified file to see the difference. The platfo
- The **Compare** menu has two sections: **Branch compare** and **Commit compare**.
149
+
150
+
-**Branch compare** - Compares any two branches based on the selected base branch and compare branch. It displays difference between the selected branches.
-**Commit compare** - Compares any two commits based on the selected base commit and compare commit. It shows file difference between the selected commits.
@@ -157,4 +169,4 @@ In "Git Difference" click on the modified file to see the difference. The platfo
157
169
## Help and Support
158
170
159
171
- Visit help section if you're facing an issue or need any help. If you have any queries or feedback, then discuss it in "Discord" or report an issue in GitHub.
0 commit comments