git-shortcut 命令行下快捷操做其它項目

前言

由於工做的電腦是 Windows,使用的 msysGit 終端,可是這玩意不支持多 tab,常常要在多個項目中來回操做很麻煩,因此昨天在v2ex 看到這個 小黃雞 的項目就想到能不能讓他操做哪一個項目就操做哪一個項目呢,恰好週末有空,就寫了這個玩意。git

項目介紹

git 命令行下不用切換目錄快捷操做其它項目github

項目地址:https://github.com/yangg/git-shortcut
<!--more-->npm

Usage

使用別名操做項目

g -s b ../blog  # 添加別名
g b status      # 使用別名
g b pull
g push          # 若是沒有別名匹配時, g 至關於 git 的別名

使用特殊別名-,用於常常切換於兩個 repo 之間時,操做相對應的另外一個項目

# cwd Main
g -s - ../static    # 添加`-'別名
g - status          #
cd ../static
g - st              # show status of Main

Installation

npm install -g git-shortcut

git-shortcut usage

更多信息請直接查看 https://github.com/yangg/git-shortcutbash

原文地址:https://uedsky.com/2016-07/git-shortcut/
獲取最佳閱讀體驗並參與討論,請訪問原文spa

相關文章
相關標籤/搜索