Mercurial > dotfiles
annotate build/stop_git_bullshit.sh @ 416:222b477ad678
Install script improvements.
- Support a local script that adds more installs.
- Add `--force` flag to force certain things.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 19 Jan 2018 09:19:34 -0800 |
parents | e7db039af540 |
children |
rev | line source |
---|---|
165
e7db039af540
Stop Git bullshit. Really, this is ridiculous.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 #!/bin/sh |
e7db039af540
Stop Git bullshit. Really, this is ridiculous.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
2 hg onsub -t git "git reset --hard origin/master" |
e7db039af540
Stop Git bullshit. Really, this is ridiculous.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 |