初めてだと、説明を読んでもコマンドの順番がわからず迷う。
最低限これだけの操作をできるようになってから、学習をすすめるべきではないか。
初期化
git init
ファイルを更新したら
git add (filename)
git commit
状態を見る。
git log
git status
ファイルを戻す。logから、commit Numberをひろう。
git reset hard (commit Number7桁)
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
初めてだと、説明を読んでもコマンドの順番がわからず迷う。
最低限これだけの操作をできるようになってから、学習をすすめるべきではないか。
初期化
git init
ファイルを更新したら
git add (filename)
git commit
状態を見る。
git log
git status
ファイルを戻す。logから、commit Numberをひろう。
git reset hard (commit Number7桁)
Register as a new user and use Qiita more conveniently
Go to list of users who liked