Git– tag –
-
[git] git rebase –onto便利
[git] git rebase --onto便利 バックエンドが実装したAPIをいち早く疎通確認したくて そのブランチ(feature/a)から派生ブランチ(feature/a-2)を作り、レビューを受けて、feature/a-2を先にmainにマージしたいのでfeature/a-2をmainでrebaseする git rebase... -
2023年度版【解決方法(画像付き)】急に。git pushしたら「Please make sure you have the correct access rights and the repository exists.」
2023年度版【解決方法(画像付き)】急に。git pushしたら「Please make sure you have the correct access rights and the repository exists.」 何回もこれに出会うし新たに設定が必要な時もあるので一回まとめた。 スクロールできます -
[急にどうしたGit commitしようとしたら] Please move it to husky.hooks in package.json, a .huskyrc file, or a husky.config.js file
[急にどうした] Please move it to husky.hooks in package.json, a .huskyrc file, or a husky.config.js file 1. そのgitを実行しているcurrentに.git/hooksがあるか確認 2. ない場合.gitがあるディレクトリまで移動 3. rm -rf .git/hooksを消す 4. pack... -
GitHubの草がハロウィン仕様(Grass Halloween)
GitHubの草がハロウィン仕様 いいね。 -
【Git】今コミットしたのに修正入った!git reset HEAD^ (git commit –amendとかcommitのedit)
【Git】今コミットしたのに修正入った!git reset HEAD^ (git commit --amendとかcommitのedit) ・reword ・squash やりました 今日はedit コミット名だけの修正なら git commit --amend ファイル内容なら git reset HEAD^ その際zsh使っていて「no... -
【Git】もう怖くない!git rebase -i (squash)
【Git】もう怖くない!git rebase -i (squash) 前回rewordやりました。 今回squash コミットを1つにまとめたい時です ※push済みのコミットに対してrebase -iは怖いのでやめましょう。 ここのremove3に「remove4」をまとめる。 未pushのコミットが3つあると... -
【Git】もう怖くない!git rebase -i (reword)
【Git】もう怖くない!git rebase -i (reword) こういうツイート見かけたので、 来週から弊社では・sublime禁止・ソースツリー禁止が施行されますので皆様におかれましてはvimrcおよびgitconfigの設定をよろしくお願い申し上げます。— ひさじゅ@すた... -
【git】遊びながら覚える「git real」と今まで書き溜めてきたgit commandメモ
【git】遊びながら覚える「git real」と今まで書き溜めてきたgit commandメモ git playgroundで検索したら こういうのでてきて、ただただ言われたとおりしていたら ステージが変わって、 こういうの出てきたよ https://gitreal.codeschool.com/levels/1 言... -
【エラー対応git】fatal: index file smaller than expected
もしgitやsourceTreeでfatal: index file smaller than expectedが出たら こちら と同じ症状。コミットもプッシュもブランチ切り替えもできなくなる 原因 .git/indexのファイルが破損している。自分の場合はWP内でリポジトリルートフォルダパスを変えたら...
1