[ofbiz-tools] branch master updated: Improved: Svn is not Git, committing is not committing+pushing

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-tools] branch master updated: Improved: Svn is not Git, committing is not committing+pushing

jleroux@apache.org
This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 374e9b2  Improved: Svn is not Git, committing is not committing+pushing
374e9b2 is described below

commit 374e9b2fefbd4986a8a0ead7a60e383d6b2b8d5a
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Fri Aug 28 17:51:58 2020 +0200

    Improved: Svn is not Git, committing is not committing+pushing
---
 copyDtds.bat | 1 +
 1 file changed, 1 insertion(+)

diff --git a/copyDtds.bat b/copyDtds.bat
index be27a2d..d680f2b 100755
--- a/copyDtds.bat
+++ b/copyDtds.bat
@@ -28,5 +28,6 @@ del C:\projectsASF\Git\ofbiz-site\dtds\docbook.xsd
 
 cd ..\ofbiz-site
 TortoiseGitProc /command:commit
+TortoiseGitProc /command:push
 
 cd ..\ofbiz-framework
\ No newline at end of file