RIP
Tutorial
Tags
Topics
Examples
eBooks
Tutorial by Examples
Get started:
<macrodef name = "git"> <attribute name = "command" /> <attribute name = "dir" default = "" /> <element name = "args" optional = "true" /> <sequential> <echo message = "git ...
Clone
<git command="clone"> <args> <arg value = "-v" /> <arg value = "git@YOURGITURL:GITUSER/GITREPO" /> <arg value = "repo" /> </args> </git>
Pull
<git command = "pull" dir = "repository_path" />
Add / Commit / Push
<input message="Commit message" addproperty="commit-message" /> <git command="add"> <args> <arg value="." /> </args> </git> <git command="commit"> <args> ...
Page 1 of 1
1
Cookie
This website stores cookies on your computer.
We use cookies to enhance your experience on our website and deliver personalized content.
For more details on our cookie usage, please review our
Cookie Policy
and
Privacy Policy
Accept all Cookies
Leave this website