gitremind

package module
v0.0.0-...-470748c Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2022 License: GPL-3.0 Imports: 9 Imported by: 2

README

Build Status GoDoc

gitRemind

Searches your drive for git repositories, and tells you if they need to be committed or pushed.

I have a lot of git repositories, and I at the end of the night I have 10 or more repositories to update. Then I forget to upload my changes, and end up with merge conflicts or missing work. So I wrote gitRemind to check all my repositories and remind me to sync them.

Building

go get github.com/donomii/gitRemind

Use

./gitRemind

./gitRemind --gui

gitRemind will recursively search every directory under the current one. If it finds a git repository, it does a git status, and if there are changed files or you are ahead of the master branch, it will tell you.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Repos map[string][]string

Functions

func CommitWithMessagePush

func CommitWithMessagePush(targetDir, message string)

func DoScan

func DoScan(scanDir string, verbose bool, autoSync bool)

func RemoveRepo

func RemoveRepo(repo string)

func ScanRepo

func ScanRepo(path string)

Types

This section is empty.

Directories

Path Synopsis
Package main provides various examples of Fyne API capabilities
Package main provides various examples of Fyne API capabilities

Jump to

Keyboard shortcuts

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