Categorygithub.com/scallister/gitpath
modulepackage
0.0.2
Repository: https://github.com/scallister/gitpath.git
Documentation: pkg.go.dev

# 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