You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blixibon edited this page Sep 5, 2020
·
2 revisions
Mapbase was specifically designed to be merged into forks of Source 2013 by using Git. This lets you merge Mapbase into an existing mod or update an existing mod already running on Mapbase quickly and easily.
What is Git?
Git is a "version control" system which keeps track of files (usually code) and changes to those files. It can even merge files with different changes together.
Setups of Git usually involve two different repositories: A "local" repository (the one on your computer) and a "remote" repository (the one on a server or website). GitHub is used as a website to store and handle remote repositories.