From 991c5a5a0e644ff9e94b7e73dd30bd95aca40138 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Sat, 5 Sep 2020 09:40:57 -0500 Subject: [PATCH] Created Using Git with Mapbase (markdown) --- Using-Git-with-Mapbase.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Using-Git-with-Mapbase.md diff --git a/Using-Git-with-Mapbase.md b/Using-Git-with-Mapbase.md new file mode 100644 index 0000000..376058d --- /dev/null +++ b/Using-Git-with-Mapbase.md @@ -0,0 +1,13 @@ +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. + +## How can I use Git to implement or update Mapbase? + +You need to pull from the Mapbase remote. + +(TODO: Git Bash commands, maybe Sourcetree/TortoiseGit instructions) \ No newline at end of file