Can I ask a serious question please, and it is in earnest. What is a "Git" and what is a "Repo", i think i know that a repo is a repository, but what is that? Is it a list of code, to be audited? There's a few other things I'd like to know, and I could, of course, "Google" them, but it would be nice if a #Nostrich, could explain.

#Dontcode.

Reply to this note

Please Login to reply.

Discussion

We share code via code "repositories" we call "repo"s for short, so you got that one right.

Git is a version control tool that is used for pushing and pulling changes to code between repos. The repo has to be a "git" repo for it to work. There are other software repos like cvs, sccs, mercurial, bazaar, and more but the vast majority of developers today use 'git' because it is very good -- written by Linux Torvalds (Larry Wall, Junio Hamano, others) who started Linux.

Thanks Mike🙏🏻.