https://github.com/n8henrie/git-repo
Git alias to open the current directory's git repo
https://github.com/n8henrie/git-repo
Last synced: 3 months ago
JSON representation
Git alias to open the current directory's git repo
- Host: GitHub
- URL: https://github.com/n8henrie/git-repo
- Owner: n8henrie
- Created: 2021-02-18T14:23:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T03:14:26.000Z (almost 4 years ago)
- Last Synced: 2024-12-27T16:27:09.526Z (5 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-repo
Git alias to open the current directory's git repo in your web browser.
## Installation
```console
$ cargo install git-repo
```## Usage
From inside a git repo:
```console
$ git repo
```