# git short_command **Repository Path**: Jane-He/git-short_command ## Basic Information - **Project Name**: git short_command - **Description**: 记录个人常用的git命令简写,敲命令少打几个字符 - **Primary Language**: Shell - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-08 - **Last Updated**: 2025-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # git short_command #### 介绍 一个全局配置git别名的脚本, 主要是对常用的git长命令缩短。 `bash git-short-command.sh` 使用脚本。 之后可以使用git别名取代配置的长命令 例如执行脚本后, `git cherry-pick --continue` 可以使用 `git cpc`代替