Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Commit

Permalink
Merge pull request #4 from wfscheper/fix-git-sync-fails-on-empty-remote
Browse files Browse the repository at this point in the history
Fixes error when pushing to an empty remote
  • Loading branch information
ianb committed Jul 16, 2012
2 parents 0298ef5 + 5a50b45 commit 506d958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-sync
Expand Up @@ -80,5 +80,5 @@ version="$(git describe --always --dirty)"
git add $adds
fi
git commit -a -m "deployment $version"
git push
git push origin master
)

0 comments on commit 506d958

Please sign in to comment.