squash mergeの環境でCascading PRsでコンフリクトした時
最近以下のような記事を目にすることがあり、ちょうど自分もsquash mergeの環境でひとつ問題を抱えていたので、その話を自分のメモ代わりに書きたくなった。 Git の Squash マージをやめた話 - Mobile Factory Tech Blog(https://tech.mobil
最近以下のような記事を目にすることがあり、ちょうど自分もsquash mergeの環境でひとつ問題を抱えていたので、その話を自分のメモ代わりに書きたくなった。 Git の Squash マージをやめた話 - Mobile Factory Tech Blog(https://tech.mobil
Requirements Mac Terminal hub command (brew install hub) How to send pull-request Make a new branch. Editing source code and commit. Push to
これはSending pull-request only with terminal and keyboard(/entry/sending-pull-request-only-with-terminal-and-keyboard)の日本語の記事です。 必要なもの Mac Termin
!開発効率をUPする Git逆引き入門(http://ecx.images-amazon.com/images/I/51RtoUsheVL._SL160_.jpg "開発効率をUPする Git逆引き入門")(http://www.amazon.co.jp/exec/obidos/ASIN/48635
サーバの設定ファイルや個人のdotfileを格納していた自宅サーバのGitリポジトリ、よくよく考えたらbitbucketって無料でプライベートリポジトリ作れたよなぁって思って移行してみた。 bitbucketのアカウントさえ取ってしまえば、Gitのリポジトリの移行自体はすごく簡単だった。 $ git
gitでのタグの作り方のメモです。 tagを新しく作る $ git tag -a 1.0.0 -m 'v1.0.0' remoteにpushする $ git push origin 1.0.0 tagを表示する $ git tag tagをremoteから取得する $ git fetch -