published under license Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)copy! share!
posted in category Software Development & Programming / Git
posted at 24. Aug '21
Howto Git Exec Commands in Previous Commits
pick fdb95e39 my great feature
fixup 7f0511d7 aaa
fixup 26fa431e fix specs
fixup 0d9f4a62 done
x git commit --amend --date="$(date)" -S
pick 9fa36ba0 some additional stuff
x git commit --amend --date="$(date)" -S
pick fdb95e39 and something else
Add Comment