Git

やりたいこと コマンド
特定のファイルのみコミット git commit -- hoge.txt hoge2.txt
git addの取り消し $git reset HEAD .
git commitの取り消し $git reset --soft HEAD^
特定のファイルを、あるコミットの時の状態に戻し $git checkout [コミット番号] [ファイルパス]
Last modified by akirat1993 2019-11-24 14:23:09
Created by akirat1993 2019-10-05 21:49:10

results matching ""

    No results matching ""