From 08e1771d54c1976b69283bcbbc913e4d2fcf9f97 Mon Sep 17 00:00:00 2001 From: Janis Meister Date: Wed, 9 Feb 2022 14:50:05 +0000 Subject: [PATCH] Update README.md --- README.md | 46 +--------------------------------------------- 1 file changed, 1 insertion(+), 45 deletions(-) diff --git a/README.md b/README.md index 743c2dd..0df18ec 100644 --- a/README.md +++ b/README.md @@ -1,49 +1,5 @@ # 2D-Top-Down ### Unity Version: 2021.2.10f1 - -## Start with Git [GitLab Documentation](https://docs.gitlab.com/ee/gitlab-basics/start-using-git.html) -### Set Git config -`git config --global user.name "your_username"` -`git config --global user.email "your_email_address@tealfire.de"` - -`git config --global --list` - -### Clone Project -Get in the folder you want your project to be in. - -Open Console in this folder. - -`git clone git@tealfire.de:gamedev/2d-top-down.git` - -`cd 2d-top-down` - -### Add Remote -https://docs.gitlab.com/ee/ssh/ - -`git init` - -`git remote add origin git@tealfire.de:gamedev/2d-top-down.git` - -### Commit and Push -Add all files to commit and create Commit -`git add .` - -`git commit -a -m "COMMENT TO DESCRIBE THE INTENTION OF THE COMMIT"` - -`git push origin ` - -### Pull -`git pull origin ` - - -### Branch -To use a different branch just add another branch name in `git push origin ` - -if the branch exists it pushes into it and if not it creates a new branch - - -### General -See what you changed: -`git status` +A top-down survival game that can later evolve into a strategic city-building game.