-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
42 lines (25 loc) · 966 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Git Benutzung:
Anfang (einmalig):
git clone [email protected]:uKev/knipsX.git
Neue Datei zur Versionsverwaltung hinzufügen:
git add filename
bzw.
Alle neuen Dateien zur Versionsverwaltung hinzufügen:
git add .
Die Änderungen mit Kommentar übernehmen:
git commit -m "Kommentar"
oder
Um alle neuen Dateien zur Versionsverwaltung hinzufügen und (mit Kommentar) zu übernehmen:
git commit -am "Kommentar"
Neue Änderungen vom Server holen:
git pull origin master origin master
Änderungen auf den Server übertragen:
git push origin master
Einen Ordner im Repository löschen:
git rm -r cache/
GLOSSARIES.STY und XFOR.STY Probleme mit Latex unter Ubuntu:
http://www.ctan.org/pub/tex-archive/install/macros/latex/contrib/glossaries.tds.zip
http://www.ctan.org/pub/tex-archive/install/macros/latex/contrib/xfor.tds.zip
then went to /usr/share/texmf-texlive
And just copied the files from that zip into the respective directiories.
Then "sudo mktexlsr"