6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-09 06:49:26 +00:00

Rename master to main, add makefile for running common commands

This commit is contained in:
Grzegorz Dlugoszewski
2025-08-25 20:45:29 +02:00
parent 891bb53e15
commit 6b0a047455
3 changed files with 43 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
[![build](https://github.com/grdl/git-get/workflows/build/badge.svg)](https://github.com/grdl/git-get/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/grdl/git-get)](https://goreportcard.com/report/github.com/grdl/git-get)
[![Latest Release](https://img.shields.io/github/v/release/grdl/git-get)](https://github.com/grdl/git-get/releases/latest)
[![Go Version](https://img.shields.io/github/go-mod/go-version/grdl/git-get)](https://github.com/grdl/git-get/blob/master/go.mod)
[![Go Version](https://img.shields.io/github/go-mod/go-version/grdl/git-get)](https://github.com/grdl/git-get/blob/main/go.mod)
[![License](https://img.shields.io/github/license/grdl/git-get)](LICENSE.md)
A tool to clone, organize, and manage multiple Git repositories with an automatic directory structure based on repository URLs.