Terms Flashcards
what does SCM stand for?
Source Control Management
name some SCM tools
git, SVN, CVS, Team Foundation
What is another term for SCM?
Version Control System
what does FOSS stand for?
Free and Open Source Software
what does dvcs stand for?
distributed version control system
what is a local repository?
a repository located on the computer you are using
what is a remote repository?
a repository that is located on another computer or server
what does GUI stand for?
graphical user interface
name some repository hosting services
Gitlab Bitbucket Kiln Codeplane GitHub
What’s is a git branch?
a copy of all the files in your codebase.
Local repositories are located where?
on your computer
remote repositories are located where?
on a remote server