Y
Hacker News
new
|
ask
|
show
|
jobs
by
artursapek
4031 days ago
There's no issue if you haven't pushed to any remotes (origin) yet. I often wish I could amend a few commits back before pushing.
1 comments
bpicolo
4031 days ago
Then do a commit and then use rebase interactive (-i) and squash them together.
link
artursapek
4031 days ago
That's what I would do, and that's what "git inject" seems to be after.
link