项目作者: rolfbecker

项目描述 :
Course material for Geoinformatics of the Information Engineering & Computer Science Master Program at HSRW
高级语言: Jupyter Notebook
项目地址: git://github.com/rolfbecker/MIE_2.02_GeoInfo_WS2020.git
创建时间: 2020-11-04T07:49:45Z
项目社区:https://github.com/rolfbecker/MIE_2.02_GeoInfo_WS2020

开源协议:

下载


Welcome to MIE_2.02 Geoinformatics!

This is a compulsory course of the Information Engineering and Computer Sciences Program at Rhine-Waal University of Applied Sciences (HSRW). The course started in winter semester WS2019/20.

Course manager and instructor: Rolf Becker.
Teaching assistants: Clein Sarmiento.

We use this GitLab repository to disseminate the course material. It would be best if you used a GitLab client to clone the repository regularly.

What is Git?

Git is a distributed version control system for source code management. It provides a set of commands to interact with a local repository as well as a remote repository (server). GitHub and GitLab are two server implementations for Git often used as source-code-hosting facilities.

Install a Git Client

The are many different Git clients. The clients can be used to interact with both GitLab and GitHub. The purists use the command line interface (CLI).

For now we recommend to install both,

  1. The CLI based Git client and
  2. the GUI based GitHub Desktop.

Clone the Repository

Command line: git clone https://gitlab.spectors.eu/rolf/EE_3.07_Geodata_WS2019.git

With GitHub Desktop:

  1. Open GitHub desktop
  2. Go to File -> Clone repository …
  3. Change to tab URL
  4. Copy the URL https://gitlab.spectors.eu/rolf/EE_3.07_Geodata_WS2019.git into the URL field
  5. Choose your local path (directory). In this directory a new directory with the repo name will be created.
  6. Press button clone.

Git Workflow

View 1

Git Workflow 1
(https://i.stack.imgur.com/vpVBd.png)

Git Help

YouTube Videos by David Mahler