git– tag –
-
Environment-construction
[Git] zshターミナルでブランチ名を表示して色付けする方法 [M1 Mac]
以下のようにターミナルにGitのブランチ名をつけたかったので調べました。 参考にしたサイトです。 https://bottoms-programming.com/archives/termina-git-branch-name... -
Environment-construction
[Git] refusing to merge unrelated historiesが出たときの対処法
Gitでマージしようとするとrefusing to merge unrelated historiesが出たときの対処法を紹介します。 エラー内容 開発用ブランチを現在いるブランチにマージしようとし... -
Environment-construction
[M1 Mac] Herokuへのpushで失敗する場合の対処法
M1 MacでRailsのプログラムをHerokuにpushしようとしたらYour bundle only supports platforms ["arm64-darwin-20"] but your local platformというエラーが出たので対...
1