项目作者: secretGeek

项目描述 :
branch.ps1 ⚡ powershell helper for quicker branching in git
高级语言: PowerShell
项目地址: git://github.com/secretGeek/branch.ps1.git
创建时间: 2019-07-25T01:38:32Z
项目社区:https://github.com/secretGeek/branch.ps1

开源协议:MIT License

下载


branch.ps1

branch.ps1 — powershell helper for quicker branching in git

How to make it available…

add this function to your powershell profile (profile.ps1)

(or dot source the file from your profile, “. .\branch.ps1”)

How to use

  1. > b

Will list all of the branches of your current repo, with a number next to each one, and the current branch clearly highlighted.

If master has a “3” next to it, then you can switch to master with:

  1. > b 3

LESS KEYSTROKES

Cognitive ease. Fluidity. Flow. Git some!