git-tracker

command module
v0.0.0-...-f0d3899 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2024 License: MIT Imports: 13 Imported by: 0

README

About

This is a simple git-tracker it will return a table via the terminal of all your tracked repositories.

Usage

Setup

You need to add the REPO_FPATH to you zshrc or bashrc file.

export REPO_FPATH=/path/to/.txt

This path should lead to a .txt file which contains a list of repos the paths have to be spelt out entirely.

Example

/home/user/dir/repo
/home/user/dir/repo

Commands

List status of all repos in the txt

helper -list

Add Current Working Directory to the txt

helper -track

Open current directory on Github.com

helper -open

Update current repo: Add all Files, Commit files with message passed to flag, and pushes to main branch

helper -sync "commit msg"

These commands can also be accessed by helper --help

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL