Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

s_ocialの模範解答

Yuya Tanaka edited this page Apr 11, 2014 · 2 revisions
# level1
git reset HEAD~
git add -p
git commit

# level2
git checkout HEAD~
git reset -p
git commit
  • tig statusでEnterで差分を開き、該当箇所でuキーでstage/unstage
Clone this wiki locally