Skip to content

Commit 9b840f9

Browse files
authored
Merge pull request #145 from neel1996/Updated-documentation-v2.1.0
Updated documentation - v2.1.0
2 parents 6140062 + 16afa84 commit 9b840f9

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

DOCUMENTATION.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $ ./dist/gitconvex.exe
6767
![add-a-repo](https://user-images.githubusercontent.com/65342122/88536126-db9d2680-d028-11ea-890f-c5fc11cd7cf0.png)
6868

6969
- Enter repo name and paste the repo path. If the folder is not a git repo then check the "*Check this if the folder is not a git repo*" checkbox to initialize git.
70-
![repo-details](https://user-images.githubusercontent.com/65342122/101985829-556c3e80-3cb0-11eb-8449-ed9a05621c8e.png)
70+
![repo-details](https://user-images.githubusercontent.com/65342122/111644706-18bb6080-8826-11eb-9e21-d4052140b370.png)
7171

7272
- The newly added repo will be displayed as a card in the dashboard
7373
![repo-card](https://user-images.githubusercontent.com/65342122/89167157-ab113b80-d598-11ea-8985-2469e7ad261e.png)
@@ -76,6 +76,7 @@ $ ./dist/gitconvex.exe
7676
- Click on the repo card to get the following details about the repo
7777
```
7878
- The list of branches
79+
- Remote management
7980
- Commit logs
8081
- Latest commit
8182
- Active branch and available local branches
@@ -85,24 +86,30 @@ $ ./dist/gitconvex.exe
8586
The repo detail view also provides features for performing the following operations,
8687
```
8788
- Adding a new branch
89+
- Adding/Editing/Deleting a remote
8890
- Pulling changes from remote
8991
- Fetching changes from remote
90-
- Adding a new remote repo
9192
- Directory navigator to lookup all files and folders within the repo
9293
- Code view for valid files from the file explorer view
9394
- Loading commit logs dynamically
9495
```
95-
![repo-card-details](https://user-images.githubusercontent.com/65342122/103479129-82b09600-4df1-11eb-808f-9a6eba736841.png)
96+
![repo-card-details](https://user-images.githubusercontent.com/65342122/111642465-1fe16f00-8824-11eb-939a-cc52d3f0bdd4.png)
9697

9798
### Commit logs
9899

99100
- With commit log searchbar, any commit log can be looked up using its commit message or commit hash or author name who created that commit.
100101

101102
![commit-logs](https://user-images.githubusercontent.com/65342122/90782955-1723cb80-e31d-11ea-9c42-d1d5a6306e6f.png)
102103

104+
### Remote management
105+
106+
- A new remote can be added, an existing remote url can be edited and a remote can be deleted.
107+
108+
![remote-management](https://user-images.githubusercontent.com/65342122/111649000-f6c3dd00-8829-11eb-88e7-2bd368b4dbc2.png)
109+
103110
#### List all branches
104111

105-
![branches](https://user-images.githubusercontent.com/65342122/103480861-f7d59880-4dfc-11eb-9a19-17636d111388.png)
112+
![branches](https://user-images.githubusercontent.com/65342122/111646521-bbc0aa00-8827-11eb-8d12-adae6cc455d5.png)
106113

107114
Note: In a newly initialized git repo, the newly added branch will be considered by git only after an initial commit
108115

@@ -160,4 +167,4 @@ In "Git Difference" click on the modified file to see the difference. The platfo
160167

161168
- Visit help section if you're facing an issue or need any help. If you have any queries or feedback, then discuss it in "Discord" or report an issue in GitHub.
162169
- You can check the current version of Gitconvex by clicking on the update button in this section.
163-
![help-and-support](https://user-images.githubusercontent.com/65342122/103891656-3eced100-5110-11eb-9497-3daf8d4195d2.png)
170+
![help-and-support](https://user-images.githubusercontent.com/65342122/111640522-44d4e280-8822-11eb-9c6c-0b371f99797e.png)

0 commit comments

Comments
 (0)