This website requires JavaScript.
Explore
Help
Sign In
github-migration
/
penchant
Watch
1
Star
0
Fork
You've already forked penchant
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
47063bafc3
penchant
/
template
/
script
/
hooks
/
pre-commit
9 lines
102 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
unset
GIT_DIR
script/gemfile remote
bundle
exec
rake
if
[
$?
-ne
0
]
;
then
exit
$?
;
fi
Reference in New Issue
View Git Blame
Copy Permalink