Skip to content
Snippets Groups Projects
README.md 889 B
Newer Older
  • Learn to ignore specific revisions
  • Sheppy's avatar
    Sheppy committed
    # Richtige Benutzung:
    ## Repository kopieren
    
    
    Sheppy's avatar
    Sheppy committed
        $ git clone <link_to_repository>
    
    Sheppy's avatar
    Sheppy committed
    
    ## Repository updaten
    
    
    Sheppy's avatar
    Sheppy committed
        $ git remote update && git pull
    
    Sheppy's avatar
    Sheppy committed
    
    ## PDF bauen
    
    Vor dem Bauen das Repository updaten.
    
        $ make
    
    # Die Makefiles
    * `make/make all` -> Standard
    * `make continous` -> compeliert immer neu wenn sich etwas geändert hat
    
    Sheppy's avatar
    Sheppy committed
    * `make clean` -> löscht alle Builddateien und PDFs und compeliert neu
    * `make cleanup` -> Löscht alle Build-Dateien aber nicht die PDFs
    * `make single` -> Kompeliert die PDFs und fügt sie zu einem einzelnen zusammen
    * latexmk spamt fröhlich nach /dev/null also aufpassen beim debuggen
    
    Sheppy's avatar
    Sheppy committed
    
    # Ich habe einen Fehler gefunden!
    * macht eine Issue auf
    
    Sheppy's avatar
    Sheppy committed
    * macht einen pullrequest (bestes)
    * wenn du write hast fixe es selbst (noch besser)
    
    Sheppy's avatar
    Sheppy committed
    
    
    Sheppy's avatar
    Sheppy committed
    * die FSI_Gruppe hat write auf diesem Repro
    * greeny & nudel haben master
    
    Sheppy's avatar
    Sheppy committed
    * Sprich mich in RL an