Mercurial > dotfiles
annotate build/stop_git_bullshit.sh @ 314:5f9d52300aaa
Vim tweaks:
* Terminal colors for Mac.
* Syntastic errors window behaviour.
* Disable PythonMode stuff I don't want.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 10 Aug 2015 18:31:13 -0700 |
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 |