remote: error: The last gc run reported the following. Please correct yhe root cause and remove gc.log. リモート:エ…
カテゴリー: GitTips
Git Command Note
リモートからのクローン $ git clone https://github.com/XXXX/XXXXXX.git プル $ git pull ファイル追加 $ git add <ファイル名> 追加ファイル…
Gitコマンド
Pushができなくなった場合のコマンド git push –force master master これで強制的にpushできます ブランチ⼀覧を⾒る git branch -a トラッキングブランチを⾒る …