mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-13 21:58:15 +00:00
push removed
This commit is contained in:
@@ -523,17 +523,8 @@
|
||||
</target>
|
||||
|
||||
<target name="git-push">
|
||||
<exec executable="git" failonerror="true">
|
||||
<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>
|
||||
<!-- TODO -->
|
||||
<echo>WARNING: Changes need to be PUSHed to the GIT repository.</echo>
|
||||
</target>
|
||||
|
||||
<target name="-git-commit-versioninfo">
|
||||
|
||||
Reference in New Issue
Block a user