Answers for "added changes to a specific commit"

1

added changes to a specific commit

git add <my fixed files>
git commit --fixup=OLDCOMMIT
git rebase --interactive --autosquash OLDCOMMIT^
Posted by: Guest on June-29-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language