Skip to content

Commit

Permalink
added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mhristof committed Sep 25, 2020
1 parent 0f285d2 commit bf75700
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# gitbrose

command line utility that is able to translate any local git file to the web page of its remote.

Supported types of remotes are:

* Github
* Gitlab
* AWS CodeCommit

## Examples

### Github with ssh remote

```
$ git config --get remote.origin.url
[email protected]:mhristof/gitbrowse.git
$ gitbrowse Makefile
https://github.com/mhristof/gitbrowse/blob/master/Makefile
```

0 comments on commit bf75700

Please sign in to comment.