Skip to content

nyamogera/git-branches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-branch

Gitのブランチ操作をほんのすこしだけ楽にするツールです

Demo

Install

ターミナルやPowerShellで以下のコマンドを入力します

npm install -g https://github.com/nyamogera/git-branches

Usage

ターミナルやPowerShellで以下のコマンドを入力します

git-branches
  • オプションとして、以下のコマンドを入力できます
    • 動作(いずれの1つのみ指定可能)
      • --edit ブランチ説明を編集する
      • --checkout
      • --delete
    • ブランチの指定
      • --current カレントブランチを初期で選択し、ブランチの選択を省略します

▼ 例)以下のようにコマンドを入力すると、ブランチの選択後そのままブランチをチェックアウトします

git-branches --checkout

▼ 例)以下のようにコマンドを入力すると、ブランチの選択なしに、ブランチの説明編集画面へ移行します。

git-branches --current --edit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published