Skip to content

Commit 88f21c5

Browse files
Revised documentation for v1.1.3
New documentation added for gitconvex v1.1.3
1 parent 5f35341 commit 88f21c5

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

DOCUMENTATION.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ or use `pm2` by downloading it from npm - `npm i -g pm2` and start the module by
7474
![repo-details](https://user-images.githubusercontent.com/65342122/88486721-70f2d900-cf9d-11ea-802d-00b0b2aaf638.png)
7575

7676
- The newly added repo will be displayed as a card in the dashboard
77-
![repo-card](https://user-images.githubusercontent.com/65342122/87243016-d13b3400-c44f-11ea-88ec-c4d14cbfbf97.png)
77+
![repo-card](https://user-images.githubusercontent.com/65342122/89167157-ab113b80-d598-11ea-8985-2469e7ad261e.png)
7878

7979
### Repo Details
8080
- Click on the repo card to get the following details about the repo
@@ -92,10 +92,13 @@ The repo detail view also provides features for performing the following git ope
9292
- Pulling changes from remote
9393
- Fetching changes from remote
9494
- Adding a new remote repo
95+
- Directory navigator
96+
- Loading commit logs on demand
9597
```
96-
![repo-card-details](https://user-images.githubusercontent.com/65342122/87232642-1f175400-c3de-11ea-8ead-80cd5ab4c37c.png)
9798

98-
![commit-logs](https://user-images.githubusercontent.com/65342122/88486754-9a136980-cf9d-11ea-94ad-436834cacf07.png)
99+
![repo-card-details](https://user-images.githubusercontent.com/65342122/89164057-30deb800-d594-11ea-94d6-d3a330260044.png)
100+
101+
![commit-logs](https://user-images.githubusercontent.com/65342122/89561986-ef216c00-d836-11ea-992e-fe9b2a6dc926.png)
99102

100103

101104
#### Add new branch
@@ -115,21 +118,23 @@ Note: In a newly initialized git repo, the newly added branch will be considered
115118
![git-operations](https://user-images.githubusercontent.com/65342122/87232645-30f8f700-c3de-11ea-8ddb-52f4d5ec7140.png)
116119

117120
- The staged files can be removed individually or it can be removed all at once.
118-
![staged-files](https://user-images.githubusercontent.com/65342122/88487285-4f93ec00-cfa1-11ea-8824-a70b3ba75d45.png)
121+
![staged-files](https://user-images.githubusercontent.com/65342122/89167388-ff1c2000-d598-11ea-8150-fc96b6aa41b7.png)
119122

120123
- The staged changes can be committed using the **Commit changes** option. This will display a pop-up with all the staged files and it requires a commit message to successfully commit the changes. The commit messages can either be a single line message or a multi-line message
121124
![commit-changes](https://user-images.githubusercontent.com/65342122/87232659-56860080-c3de-11ea-9bc4-a19ad727b101.png)
122125

123126
- **Push to remote** option pushes all commits to the selected remote host. The pop-up displayed will display the commits which are in queue to be pushed to the remote repository
124-
![push-operation-with-remote](https://user-images.githubusercontent.com/65342122/87232662-61409580-c3de-11ea-8ad7-61c3871f0a4d.png)
127+
128+
![push-operation-with-remote](https://user-images.githubusercontent.com/65342122/89562600-d796b300-d837-11ea-969c-9abb93f24c1c.png)
125129

126130
This section will let you know if the selected remote is not valid or if the push operation fails
127-
![push-opeartion-without-remote](https://user-images.githubusercontent.com/65342122/88487148-3ccce780-cfa0-11ea-874f-a2844760483f.png)
131+
![push-opeartion-without-remote](https://user-images.githubusercontent.com/65342122/89562476-a1f1ca00-d837-11ea-9f3a-bb566aeb327e.png)
128132

129133
### Git Difference
130134

131135
In "Git Difference" click on the modified file to see the difference. The platform has syntax highlighting available for a limited set of [languages](LANGUAGES.md)
132-
![git-difference](https://user-images.githubusercontent.com/65342122/87243040-11021b80-c450-11ea-8775-d52dcc7f57e1.png)
136+
137+
![git-difference](https://user-images.githubusercontent.com/65342122/89559704-ab793300-d833-11ea-88a8-28afea4b461b.png)
133138

134139
## Settings
135140
- Settings in the left pane has three sections (Server data file, saved repos, Active GitConvex port number).

0 commit comments

Comments
 (0)