Gitコマンド 2019年7月12日2019年7月12日root Pushができなくなった場合のコマンド git push –force master master これで強制的にpushできます ブランチ⼀覧を⾒る git branch -a トラッキングブランチを⾒る git log master/master トラッキングブランチを反映 git fetch トラッキングと同期 git reset –hard master/master トータスGitの設定 setting を開き Name: Email: を⼊⼒してEdit global .gitconfig ボタンを押す [http] sslver ify = false を追記して保存