forked from citruslee/Studijne-materialy-FIIT
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add files into directories skusky and zapoctovky * Add file GIT prikazy.txt into DBS directory * Add directory Pisomecky with files and add directory 2015 with files into skusky-a-vypracovania-otazok
- Loading branch information
Showing
36 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
git init - v danom priecinku vytvori git repo | ||
git clone URL - vytvori mi dany repo v priecinku kde sa momentalne nachadzam | ||
git status - ukaze status | ||
git add FILE - da mi do Index-u dany subor | ||
git commit -m "message" - commitne zmeny (Index) v mojom lokalnom repo | ||
git remote add origin URL - spoji remote repo s mojim repo pod nazvom origin | ||
git push origin BRANCH - ulozi zmeny commitnute do remote repo do danej branche | ||
git push - ulozi zmeny commitnute do remote repo | ||
git checkout -b BRANCH - vytvori novu branchu | ||
git checkout -d FILE - vymaze dany subor z danej vetvy | ||
git checkout BRANCH - prepne sa na danu branchu | ||
git checkout -- - vrati zmeny od posledneho add, tie co uz boli addnute sa nezmenia a vytvorene nove subory ostanu | ||
git branch -d BRANCH - vymaze danu branchu | ||
git branch - zobrazi vsetky vetvy | ||
git pull --rebase - stiahne zmeny z remote repo do lokalneho repo, je potrebne byt v lokalno repo a potom executnut prikaz | ||
git merge BRANCH - mergne branchu do tej branche v ktorej aktualne som | ||
git add FILE - oznacim vetvu v ktorej sa nachadzam ako mergnuta s danym FILE | ||
git diff SRC_BRANCH TARGET_BRANCH - uvidim rozdiely medzi src a target branchami | ||
git tag VERSION COMMIT_ID - otaguje cislom verzie dany commit | ||
git log - zobrazi repo historiu, chodi sa z toho von q | ||
git log --author=AUTOR - zobrazi logi len od daneho autora | ||
git log --pretty=oneline - zobrazi historiu logov velmi zjednodusenu a kazdy commit je na samostatnom riadku | ||
git log --graph --oneline --decorate --all - zobrazi branche v ascii grafe | ||
git log --name-status - zobrazi iba subory ktore sa menili | ||
git PRIKAZ --help - zobrazi napovedu k danemu prikazu | ||
git fetch origi && git reset --hard origin/master - v�etky lokalne zmeny sa vyma�u a stiahne sa repo z remote servera | ||
gitk - build-in git gui | ||
git config color.ui true - nastavi farbicky na vystupe | ||
git config format.pretty oneline - zobrazi logy len jeden commit na jeden riadok | ||
git add -i - pouzije sa interaktivny git na pridanie |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
požiadavky na software merateľné a zmysluplné | ||
nie - 100 používateľov | ||
nie - je jednoduché | ||
áno - kratší response ako 1s | ||
|
||
čo platí pre stavové diagramy platí | ||
áno - môžeme podľa neho skontrolovať model údajov, správanie a ďaľšie modely | ||
nie - modelujeme podľa nich scenáre | ||
nie - vidíme z nich architektúru softvéru | ||
nie - N/A |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Modelovanie pripadov pouzitia - vyberte viac spravnych odpovedi? | ||
mozeme medzi pripadmi pouzitia definovat zavislost - �no | ||
mozeme medzi pripadmi pouzitia definovat generalizaciu - �no | ||
mozeme medzi pripadmi pouzitia definovat interakcie - nie | ||
akteri navzajom mozu mat vztah interakcie -nie, jedine generalizaciu | ||
a e�te jedna ot�zka, ale napam�t�m si ju a odpove� bola - nie | ||
|
||
Ak X include Y mozeme s istotou povedat ze - vyberte jednu odpoved? | ||
Pripad X je zavisli od pripadu Y | ||
tri zvy�n� boli jasn� blbosti |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Otázky | ||
v sekvenčnom diagram synchrónne volanie: | ||
|
||
- vodorovné neprerušované plná šipka | ||
|
||
v prípadoch použtia, kde A extend B: | ||
|
||
- prípad použitia B má nejaké body rozšírenia | ||
|
||
- prípad použitia B nevie nič o prípade A |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.