[DiscordArchive] force push them away?
[DiscordArchive] force push them away?
Archived author: schlumpf • Posted: 2019-05-31T08:50:36.534000+00:00
Original source
force push them away?
Archived author: Skarn • Posted: 2019-05-31T08:52:12.052000+00:00
Original source
just keep them I guess
Archived author: Skarn • Posted: 2019-05-31T08:52:19.111000+00:00
Original source
it'd be pain to do all these changes again
Archived author: schlumpf • Posted: 2019-05-31T08:56:23.836000+00:00
Original source
```
git show -s --format=%B HEAD > msg
git reset --soft HEAD^
git diff -U0 -w --no-color | git apply --cached --ignore-whitespace --unidiff-zero -
git checkout -- .
git commit -F msg
rm msg
```
Archived author: Skarn • Posted: 2019-05-31T08:56:46.204000+00:00
Original source
it is hg tho
Archived author: schlumpf • Posted: 2019-05-31T08:57:10.097000+00:00
Original source
`brew install git-hg`
Archived author: Skarn • Posted: 2019-05-31T08:58:59.675000+00:00
Original source
I am on windows
Archived author: Skarn • Posted: 2019-05-31T08:59:07.270000+00:00
Original source
Because Noggit does not run on OSX anymore
Archived author: schlumpf • Posted: 2019-05-31T09:01:01.067000+00:00
Original source
https://stackoverflow.com/a/17198467
[Embed: Using git-remote-hg on windows]
According to this answer https://stackoverflow.com/a/13354944/867294 it should be fairly easy to set up git to work with mercurial "no dependencies or anything".
This doesn't seem to work all that
https://stackoverflow.com/a/17198467