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