# README
gitpath
Tool that returns GitHub and GitLab urls for local filepaths.
Usage
$ gitpath README.md
https://github.com/scallister/gitpath/blob/scallister/initial/README.md
$ gitpath cmd/root.go
https://github.com/scallister/gitpath/blob/scallister/initial/cmd/root.go
Go Install
go install https://github.com/scallister/gitpath
Features
- Generates a url to the branch that is currently being used
- Branch can be overridden with
--main
,--master
, and--branch <name>
# Packages
No description provided by the author