Last active
September 22, 2016 08:56
-
-
Save raphiz/160bddc5d294144061f78e071f3fafc3 to your computer and use it in GitHub Desktop.
My openhsr connect config for HS2016
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
login: | |
username: rzimmerm | |
email: [email protected] | |
sync: | |
global-exclude: | |
- .DS_Store | |
- Thumbs.db | |
conflict-handling: | |
local-changes: ask # ask | keep | overwrite | makeCopy | |
remote-deleted: ask # ask | delete | keep | |
default-local-dir: /home/rzi/HSR/module/<name>/skript/ | |
repositories: | |
WED2: | |
remote-dir: Informatik/Fachbereich/Web_Engineering_+_Design_2/WED2 | |
MGE: | |
remote-dir: Informatik/Fachbereich/Mobile_and_GUI_Engineering/MGE | |
AD2: | |
remote-dir: Informatik/Fachbereich/Algorithmen_und_Datenstrukturen_2/AD2 | |
BuPl: | |
remote-dir: Kommunikation_Wirtschaft_Recht/Business_und_Recht_1/BuPl/Aberer/ | |
ReIng: | |
remote-dir: Kommunikation_Wirtschaft_Recht/Business_und_Recht_1/ReIng/ | |
CPl: | |
remote-dir: Informatik/Fachbereich/C++/CPl | |
MsTe: | |
remote-dir: Informatik/Fachbereich/DotNet_Technologien/MsTe | |
exclude: | |
- '/(Archiv)' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment