Please enable JavaScript.
Coggle requires JavaScript to display documents.
Git Schulung (Branching (Why branches, local branch vs. upstream, setting…
Git Schulung
Branching
Why branches
local branch vs. upstream
setting upstream
creating branches
deleting branches
deleting master (what does it mean)
Simple branch techinques for resolving a mess
Working with Git
cloneing
add to index
commit
pull
push
First Steps
Inspecting a local Repo
git log
git status
git status -r
git --help
.gitignore
git config --list
git config --global user.name=""
git config --global user.email=""
git config --list --show-origins
Self Learning Resources
https://git-scm.com/video/what-is-version-control
https://git-scm.com/video/what-is-git
https://git-scm.com/video/get-going
https://git-scm.com/video/quick-wins
Workflows
Forking into your private
Pull Requests what is it
master, develop, feature
possibilities with bamboo
Why Version Control Systems
Tracking Code Changes
Distributed development
Supports Collaborating
How is Git organized
Remote Repository
Upstream
Local Repository
Stash
Workspace
Index
Fork of Remote
Building with Bamboo
make the Bamboo Latex Plugin work
gather requirements for building the avbs
Übungsaufgaben
mit Shell
mit SourceTree