.
This commit is contained in:
@ -10,26 +10,8 @@ help: ## Show this help
|
|||||||
mark-complete:
|
mark-complete:
|
||||||
-touch /var/tmp/${MAKEFILE_NAME}
|
-touch /var/tmp/${MAKEFILE_NAME}
|
||||||
|
|
||||||
setup:
|
|
||||||
-(./sbin/GitClonePublic)
|
|
||||||
-(./sbin/GitPullPublic)
|
|
||||||
|
|
||||||
transition:
|
|
||||||
-(/zTools/zPrivateConfig/rGitClone)
|
|
||||||
-(/zTools/zPrivateConfig/rGitPull)
|
|
||||||
-(/zTools/zPrivateConfig/rpGitClone)
|
|
||||||
-(/zTools/zPrivateConfig/rpGitPull)
|
|
||||||
|
|
||||||
update-config: ## update global git config and ignores
|
|
||||||
-(cat ${ZPC}/zShared/gitignore/*.gitignore > ~/.gitignoreMaster)
|
|
||||||
-(git config --global core.excludesfile ~/.gitignoreMaster)
|
|
||||||
-(git config --global user.name "USER")
|
|
||||||
-(git config --global user.email "USER@DOMAIN.com")
|
|
||||||
-(git config --global init.defaultBranch main)
|
|
||||||
-(git config --global core.sshCommand "ssh -i ~/.mykeys/giteawrite -F /dev/null")
|
|
||||||
|
|
||||||
update:
|
update:
|
||||||
-(${ZPC}/zShared/sbin/GitClonePublic)
|
-(${ZPC}/zShared/sbin/GitClone)
|
||||||
-(${ZPC}/zShared/sbin/GitPull)
|
-(${ZPC}/zShared/sbin/GitPull)
|
||||||
|
|
||||||
#####
|
#####
|
||||||
|
|||||||
@ -16,7 +16,7 @@ then
|
|||||||
mkdir ${ZPC}
|
mkdir ${ZPC}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
REPOSITE=https://mint.nopenso.com/mirror
|
REPOSITE=${REPO_SITE}
|
||||||
|
|
||||||
for i in ${REPO}
|
for i in ${REPO}
|
||||||
do
|
do
|
||||||
|
|||||||
Reference in New Issue
Block a user