File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -89,14 +89,24 @@ or use `pm2` by downloading it from npm - `npm i -g pm2` and start the module by
89
89
The repo detail view also provides features for performing the following git operations,
90
90
```
91
91
- Adding a new branch
92
+ - List all branches including remote branches
93
+ - Switching branches
92
94
- Pulling changes from remote
95
+ - Branch deletion
93
96
- Fetching changes from remote
94
97
- Adding a new remote repo
95
98
```
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 )
97
100
101
+ - "List all branches" under available branches, lists all the branches from the and remote. Click on a branch to checkout to that branch.
102
+ - Can delete local branches and cannot be retrievd again( please be catious! )
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.
98
107
![ commit-logs] ( https://user-images.githubusercontent.com/65342122/87232671-71587500-c3de-11ea-8ff5-25fb95b08553.png )
99
108
109
+
100
110
#### Add new branch
101
111
![ new-branch] ( https://user-images.githubusercontent.com/65342122/87232643-23437180-c3de-11ea-9d9e-7e3c3789c32e.png )
102
112
You can’t perform that action at this time.
0 commit comments