8 lines
103 B
Bash
Executable File
8 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
|
|
unset GIT_DIR
|
|
penchant gemfile remote --deployment
|
|
GIT_DIR=$OLD_GIT_DIR
|
|
git add Gemfile*
|
|
|