Skip to content

Commit

Permalink
hola
Browse files Browse the repository at this point in the history
  • Loading branch information
angelmartz committed Oct 31, 2012
1 parent 42dc3e8 commit 1da2c0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ if test $# -lt 1; then
echo Agregando commit "auto"
git commit -m "auto commit"
else
echo Agregando commit $1
git commit -m $1
echo Agregando commit "$1"
git commit -m "$1"
fi
echo Subiendo archivos
git push origin master

0 comments on commit 1da2c0e

Please sign in to comment.