Mercurial > dotfiles
annotate build/stop_git_bullshit.sh @ 176:c6a072353606
Vim config changes:
* Better working dir management in `vimrc`.
* Better shortcuts for NERDTree and CtrlP.
* Misc stuff.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 20 Jul 2014 17:43:25 -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 |