Prof. Dr. Barne Kleinen

Website of Prof. Dr. Barne Kleinen, Professor for Media Informatics (Bachelor/Master) at HTW Berlin

GIT Intro

Material in   Courses: Info2 Info3     Tools: Git

Source Code Management mit GIT

Für Info2 hatte ich im letzten Semester eine GIT-Introduction aufgenomen:

(Zugänglich mit HTW-Login)

  • Part 1 - Basics and a simple git workflow: Repository anlegen, commit, push, pull, clone
  • Part 2 - committing the right files: git status, git add, index
  • Part 3 - Stolpersteine: andere machen Änderungen! - merge conflicts, vi als editor
  • Part 4 - Adding SSH Keys and copying Repos from Github to Gitlab

Seither habe ich gelernt, dass die Beispiele meiner commit messages nicht gut gewählt waren. In diesem Gist gibt es gute Hinweise dazu.