gitz

command module
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2025 License: GPL-3.0 Imports: 1 Imported by: 0

README

gitz

gitz es una herramienta CLI para facilitar flujos de trabajo con Git, especialmente en proyectos que requieren subir ramas específicas a múltiples remotos de manera consistente.

Características

  • Lee configuración desde un archivo info.yml localizado en la raíz del repositorio.
  • Permite definir ramas a subir y los remotos correspondientes.
  • Ejecuta git push a múltiples remotos de forma automática.
  • Soporte básico para comandos como init y push.

Commands

gitz init
gitz message
gitz push

Estructura del archivo info.yml

description: 'Repositorio para ejemplo'
ramas:
  - origin
  - github
branches:
  - main
  - dev
remote-branches:
  - branch: dev
    remotes:
      - origin

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
git
utils
Catpuccin mocha colors
Catpuccin mocha colors

Jump to

Keyboard shortcuts

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