We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f298e2e + ac457b5 commit 33ee86aCopy full SHA for 33ee86a
gittydown.sh
@@ -1,4 +1,5 @@
1
-#!/bin/bash
+#!/usr/bin/env bash
2
+
3
git pull origin
4
if [ "${1}" = "-modules" ]; then
5
git submodule status
gittyup.sh
@@ -1,4 +1,4 @@
function capinstall {
if [ ! -x /var/lib/gems/1.8/bin/cap ]; then
@@ -117,4 +117,4 @@ echo "Committing: ${COMMENT}..."
117
git commit -a -m "${COMMENT}" && git push origin
118
119
echo ""
120
-echo "Fixed: https://github.com/"`git config remote.origin.url`"/commit/"`git rev-parse HEAD`| sed -E s/[a-z]+@github\.com:// | sed 's#\.git##g'
+echo "Fixed: https://github.com/"`git config remote.origin.url`"/commit/"`git rev-parse HEAD`| sed -E s/[a-z]+@github\.com:// | sed 's#\.git##g'
0 commit comments