fastGit

module
v0.0.0-...-04a7278 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2025 License: GPL-3.0

README

English | 简体中文

fastGit is a tool that helps you quickly submit code with a command line interface. It supports Linux, Mac, and Windows. The inspiration comes from gum

This project is utilizing its own features to submit code.

How to use

1. Install Git

Project dependencies on Git, please install Git first

# Debian/Ubuntu
sudo apt install git
# macOS
brew install git

2. Install fastGit

# Linux/macOS
curl -sSL https://raw.githubusercontent.com/KevinYouu/fastGit/main/install.sh | bash

# or

wget -qO- https://raw.githubusercontent.com/KevinYouu/fastGit/main/install.sh | bash

# Windows
iwr -useb https://raw.githubusercontent.com/KevinYouu/fastGit/main/install.ps1 | iex

3. Run

# Submit all changed files in the working directory
fastGit pa
# Submit the selected files in the working directory
fastGit ps

Features

  • fastGit pa, Submit all changes in the working directory

  • fastGit ps, Submit some changes in the working directory

  • fastGit t, Create and push a tag

  • fastGit m, Merge the selected branch into the current branch.

  • fastGit rs Reset to the selected hash version.

  • fastGit init Initialize fastGit configuration.

  • fastGit s, check the status of the repository

  • fastGit rv, get all remote repositories

More features will be added soon......

Thanks to the following open source projects

go

cobra

bubbletea

huh

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

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