This commit is contained in:
Jean-Philippe Pialasse 2024-03-17 17:25:24 -04:00
parent 593bd2f568
commit 366574c963

View File

@ -584,12 +584,12 @@ commitcvs:
@rm -f clog @rm -f clog
commit: clog commit: clog
@git commit -m $? @git commit -F clog
@rm -f clog @rm -f clog
@git push @git push
commitonly: clog commitonly: clog
@git commit -m $? @git commit -F clog
@rm -f clog @rm -f clog
push: push: