From 7cb5db3ae085333123e89a1e45b4d079971646c8 Mon Sep 17 00:00:00 2001 From: USER Date: Mon, 6 Mar 2023 20:48:53 +0000 Subject: [PATCH] . --- Makefile.gitshared | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.gitshared b/Makefile.gitshared index 0c2318c..1a51b69 100644 --- a/Makefile.gitshared +++ b/Makefile.gitshared @@ -11,8 +11,8 @@ mark-complete: -touch /var/tmp/${MAKEFILE_NAME} setup: - -(./sbin/GitCloneShared) - -(./sbin/GitPullShared) + -(./sbin/GitClonePublic) + -(./sbin/GitPullPublic) transition: -(/zTools/zPrivateConfig/rGitClone) @@ -29,8 +29,8 @@ update-config: ## update global git config and ignores -(git config --global core.sshCommand "ssh -i ~/.mykeys/giteawrite -F /dev/null") update: - -(${ZPC}/zShared/sbin/GitCloneShared) - -(${ZPC}/zShared/sbin/GitPullShared) + -(${ZPC}/zShared/sbin/GitClonePublic) + -(${ZPC}/zShared/sbin/GitPullPublic) ##### load-all: update-config mark-complete