Skip to content
Snippets Groups Projects
Commit 34967426 authored by Stefan Bienert's avatar Stefan Bienert
Browse files

Delete notes

parent a42c94e4
Branches master
No related tags found
No related merge requests found
- walk through a Git example -> show and tell up front
- grad students
- win/ unix
- prepare laptop (VGA)
- show commands
- go over examples again, zip them up
Tipps:
- mention GitHub is remote, your git repo is local
- GitHub is a hoster of Git repositories
- a repository contains everything needed, aka the full project
- no central server needed
- every Git repo can be used to distribute
- GitHub is called a 'remote' in Git speech
Shells needed open:
1 - config, close afterwards
2 - init new, close afterwards
3 - init existing; git status; git add; git commit; git diff; git log; git checkout; git branch; git merge, leave open
4 - git clone, close afterwards
5 - remote, close afterwards
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment