Skip to content

Commit 5306036

Browse files
authored
updated the operations list for repo details view
1 parent 5951649 commit 5306036

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

DOCUMENTATION.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,15 @@ or use `pm2` by downloading it from npm - `npm i -g pm2` and start the module by
8686
- Remote repo URL and host
8787
- Files and folders tracked by git
8888
```
89-
The repo detail view also provides features for performing the following git operations,
89+
The repo detail view also provides features for performing the following operations,
9090
```
9191
- Adding a new branch
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
95+
- Directory navigator to lookup all files and folders within the repo
96+
- Code view for valid files from the file explorer view
97+
- Loading commit logs dynamically
9798
```
9899

99100
![repo-card-details](https://user-images.githubusercontent.com/65342122/89164057-30deb800-d594-11ea-94d6-d3a330260044.png)

0 commit comments

Comments
 (0)