Skip to content

Commit df2b417

Browse files
Updated documentation(compare menu)
1 parent e08a2de commit df2b417

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

DOCUMENTATION.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ or use `pm2` by downloading it from npm - `npm i -g pm2` and start the module by
6666
### Left Pane Menu
6767

6868
- **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 with in the selected repository.
6970
- **Settings** - To check and edit internal data file, to remove a repo from GitConvex and to update the active port.
7071
- **Help** - Includes documentation link and various options to report an issue or to submit feedback.
7172

@@ -143,6 +144,21 @@ In "Git Difference" click on the modified file to see the difference. The platfo
143144

144145
![git-difference](https://user-images.githubusercontent.com/65342122/89559704-ab793300-d833-11ea-88a8-28afea4b461b.png)
145146

147+
## Compare
148+
- The **Compare** menu has two sections: **Branch compare** and **Commit compare**.
149+
150+
![compare-section](https://user-images.githubusercontent.com/65342122/94801121-337a5400-0403-11eb-8e8a-4bdcab69eb79.png)
151+
152+
- **Branch compare** - Compares any two branches based on the selected base branch and compare branch. It displays difference between the selected branches.
153+
154+
![branch-compare](https://user-images.githubusercontent.com/65342122/94800651-83a4e680-0402-11eb-9e34-1c7b53e66add.png)
155+
156+
- **Commit compare** - Compares any two commits based on the selected base commit and compare commit. It shows file difference between the selected commits.
157+
158+
![commit-compare](https://user-images.githubusercontent.com/65342122/94800717-9d462e00-0402-11eb-84aa-9890bfea1f78.png)
159+
160+
![commit-compare-diff](https://user-images.githubusercontent.com/65342122/94801950-6ec95280-0404-11eb-90d4-5794645c9dd6.png)
161+
146162
## Settings
147163
- Settings in the left pane has three sections (Server data file, saved repos, Active GitConvex port number).
148164
![settings](https://user-images.githubusercontent.com/65342122/87243003-a4871c80-c44f-11ea-9d1a-8350bdfb0da8.png)

0 commit comments

Comments
 (0)