技術

Thumbnail of post image 092

remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instea ...

技術

Thumbnail of post image 155

GitHubで間違ってpushしたコミットを取り消す方法
リモートブランチのコミットログごと取り消す方法とコミットログはそのままで変更だけを取り消す方法を紹介します

技術

Thumbnail of post image 000

まずは cloneしたリソースのディレクトリ上で、既存リポジトリのブランチを全てpullしてきます
for remote in git branch -r; do git branch –track ${remot ...