* Stash Username: [Stashのユーザ名を入力] * Stash Password (optional): [Stashのパスワードを入力] * Stash URL: [StashのルートURLを入力] * Create a git alias 'git create-pull-request'?: [gitのaliasを設定する場合はyを入力] 使い方 Pull Requestを作成する場合は、先程gitのaliasを設定したので stashコマンドを直接使用した場合と、gitのaliasから使用した場合を記述します。 個人的には、gitコマンドの補完が使用できる場合は、gitのaliasの方を使用した方がタイプ量が少なくてお勧めです。 Pull Requestを作成する 現在のブランチからmasterへプルリクエストを作成 stash pull-request mas