You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
1
2
# gitonbrowser
2
3
3
4
**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)
16
17
To use another port (e.g. 4001), `npm start 4001`.
17
18
18
19
## 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.
0 commit comments