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.
Project dependencies on Git, please install Git first
# Debian/Ubuntu
sudo apt install git
# macOS
brew install git
# 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
# Submit all changed files in the working directory
fastGit pa
# Submit the selected files in the working directory
fastGit ps
-
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......