「Debian活用/その他」の版間の差分

ナビゲーションに移動 検索に移動
 
<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>
 

ナビゲーション メニュー