中安拓也のブログ

プログラミングについて書くブログ

SourceTree

【Git】SourceTreeでブランチ間の差分を表示する

やりたいこと 環境 やり方 やりたいこと GitクライアントソフトのSouceTreeを使用して、ブランチ間の差分を表示する 環境 macOS Mojave@10.14.6 SourceTree@2.4 やり方 比較対象のブランチを選択したあと、右クリックして[現在のファイルとの差分をとる]をク…

【Git】SouceTreeでpushが失敗する「hint: Updates were rejected because the tag already exists in the remote.」

SourceTreeでgit pushを実行した時に下記のようなメッセージが表示されて失敗した。 git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks -c credential.helper= -c credential.helper="C:/Users/XXX/AppData/Local/ATLASS~1/SOU…