403
回編集
(→patch) |
(→書き換え) |
||
(同じ利用者による、間の1版が非表示) | |||
git diff --name-only --cached
git diff ID
git log
</nowiki>
<nowiki>
$ git commit --amend
$ git rebase -i HEAD~n
pickをeditに変更する
git commit --amend -s -m ""
git rebase --continue
git stash -u
git stash list
git stash apply stash@{0}
git stash apply stash@{0} --index
git stash drop stash@{0}
</nowiki>
|