Clone git public repositories

From wikieduonline
Revision as of 07:42, 26 December 2019 by Welcome (talk | contribs) (Created page with "Clone to your computer some public git DevOps related repositories: git clone https://gitlab.com/gitlab-org/gitlab-ce.git git clone https://github.com/ansible...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Clone to your computer some public git DevOps related repositories:

git clone https://gitlab.com/gitlab-org/gitlab-ce.git 
git clone https://github.com/ansible/ansible.git 
git clone https://github.com/kubernetes/kubernetes.git
git clone https://github.com/docker/engine.git
git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
git clone https://github.com/elastic/elasticsearch


And keep them updated with:

macOS: gfind $1 -name ".git" | gsed -r 's|/[^/]+$||' | parallel "echo {}; git -C {} pull" 

See also

Advertising: