Skip to content

Commit 8f823b1

Browse files
authored
Merge pull request #43 from neel1996/v1.1.0-addons
V1.1.0 addons with new documentation
2 parents 05c7e43 + e5a0736 commit 8f823b1

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

DOCUMENTATION.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,24 @@ or use `pm2` by downloading it from npm - `npm i -g pm2` and start the module by
8989
The repo detail view also provides features for performing the following git operations,
9090
```
9191
- Adding a new branch
92+
- List all branches including remote branches
93+
- Switching branches
9294
- Pulling changes from remote
95+
- Branch deletion
9396
- Fetching changes from remote
9497
- Adding a new remote repo
9598
```
96-
![repo-card-details](https://user-images.githubusercontent.com/65342122/87232642-1f175400-c3de-11ea-8ead-80cd5ab4c37c.png)
99+
![Repo view detail](https://user-images.githubusercontent.com/65342122/87664834-8ee16200-c783-11ea-885e-6a1e29626a47.png)
97100

101+
- "List all branches" under available branches, lists all the branches from the local and remote. Click on a branch to checkout to that branch.
102+
- Can delete local branches and if the branches are not in the remote, it cannot be restored.( please be cautious! )
103+
104+
![list-branch](https://user-images.githubusercontent.com/65342122/87667169-812ddb80-c787-11ea-9ff8-98ef2a2f918c.png)
105+
106+
- Show commit logs displays commit history with the timestamp.
98107
![commit-logs](https://user-images.githubusercontent.com/65342122/87232671-71587500-c3de-11ea-8ff5-25fb95b08553.png)
99108

109+
100110
#### Add new branch
101111
![new-branch](https://user-images.githubusercontent.com/65342122/87232643-23437180-c3de-11ea-9d9e-7e3c3789c32e.png)
102112

0 commit comments

Comments
 (0)