-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull Request を簡単にローカルに取得するためのバッチファイルを追加 (take2) #440
Conversation
使い方: get-PR.bat <PR Number> 例: Pull Request 1 を取得する場合 get-PR.bat 1 → pull-request-1 というローカルブランチに取得してチェックアウトします。
ちなみに markdown の表は sakura-editor/management-forum#31 (comment) で書いた 選択したExcelのセルをMarkdown形式でコピーするExcelアドインです。 ソースは以下にあります。 デモ動画もあります。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
問題無いと思います。
README.md
の中で PR を Pull Request と書いた方が初めて読む人にとっては読み易いかもしれないと思いましたが、開発者ならきっとわかるでしょう。
しかし自分で動かさないで Merge してしまうのはまずいですね。。 |
一応補足しました。 |
動かしてみました。
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
確認したところ問題無さそうなので Merge します。 |
…eview Pull Request を簡単にローカルに取得するためのバッチファイルを追加 (take2)
Pull Request を簡単にローカルに取得するためのバッチファイルを追加 (take2)
#38 で指摘された問題を解決した PR です。
PR がクローズ状態のまま、rebase して force update したので
再オープンできなくなったので新しい PR を作成しました。
ローカルブランチを作るときに ブランチ名に現在の日時を入れることで
取得後に更新された場合でも対応できるようにしました。