they/she
Instant coffee enjoyer
💻 Ex-faang Software Engineer https://github.com/winstonpuckett
📖 Technical Writer https://dev.to/ivypuckett
🎵 Musician https://songwhip.com/neoplumes
🏳️⚧️ Trans
```
git reset --soft HEAD~1
git stash
git reset --hard HEAD~1
git stash apply
git commit
git rebase -I HEAD~2
# last is to meld commits
```
Now i can just run one command!
```
git reset --soft HEAD~1
git stash
git reset --hard HEAD~1
git stash apply
git commit
git rebase -I HEAD~2
# last is to meld commits
```
Now i can just run one command!