push script

This commit is contained in:
Jindra Petřík
2014-11-08 19:02:58 +01:00
parent a78877d9d2
commit 830d4a22a6

View File

@@ -524,7 +524,15 @@
<target name="git-push">
<exec executable="git" failonerror="true">
<arg value="push"/>
<arg value="config"/>
<arg value="--global"/>
<arg value="push.default"/>
<arg value="matching"/>
</exec>
<exec executable="git" failonerror="true">
<arg value="push"/>
<arg value="https://github.com/jindrapetrik/jpexs-decompiler.git" />
<arg value="refs/heads/master:refs/heads/master"/>
</exec>
</target>