Skip to content

Commit a2ecf9c

Browse files
committed
Add list of features in README.md
1 parent 1a74be8 commit a2ecf9c

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# gitonbrowser
23

34
**gitonbrowser** is a Git client on your web browser. Internally it is an express application that executes git commands behind the scenes and provides UI on any browser.
@@ -16,4 +17,21 @@ nodejs (https://nodejs.org)
1617
To use another port (e.g. 4001), `npm start 4001`.
1718

1819
## Common Errors
19-
One common error at this point might be that the node app **doesn't have write access** to your git files. In this case, **open an elevated command prompt / terminal app** and try the above steps.
20+
One common error at this point might be that the node app **doesn't have write access** to your git files. In this case, **open an elevated command prompt / terminal app** and try the above steps.
21+
22+
## Features
23+
This is the list of features in this git client. There might be some features I might have missed out in this list.
24+
1. Clone
25+
2. Open existing repository
26+
3. Pull
27+
4. Push
28+
5. Stage individual/all files
29+
6. Unstage individual/all files
30+
7. Commit files
31+
8. Reset individual/all files
32+
9. View commit **graph**
33+
10. View commits
34+
11. View individual files' diff in a commit
35+
12. Create branches
36+
13. Commit and/or push to branches
37+
14. View stash, delete or stash changes

0 commit comments

Comments
 (0)