diff --git a/01.py b/01.py deleted file mode 100644 index 3593300..0000000 --- a/01.py +++ /dev/null @@ -1,4 +0,0 @@ -print("Hello git") - -for i in range(5): - print(i) \ No newline at end of file diff --git a/02.py b/02.py deleted file mode 100644 index 39a16b9..0000000 --- a/02.py +++ /dev/null @@ -1 +0,0 @@ -print("hello 2") \ No newline at end of file diff --git a/README.md b/README.md index 957aef7..c242278 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# git-procviceni +# git-procviceni Malý repozitář, pro procvičení práce s gitem @@ -15,6 +15,12 @@ Malý repozitář, pro procvičení práce s gitem **git push** - nahrání na git +### obrázky + +![git_workflow](https://git.asgard.odbornaskola.cz/skrabanek/wtl-3im-2022-2023/raw/branch/master/git_workflow.png) +![git_cheat_sheet](https://git.asgard.odbornaskola.cz/skrabanek/wtl-3im-2022-2023/raw/branch/master/git_cheat_sheet.png) + ### ODKAZY -https://raw.githubusercontent.com/hbons/git-cheat-sheet/master/preview.png \ No newline at end of file +https://raw.githubusercontent.com/hbons/git-cheat-sheet/master/preview.png + diff --git a/git_cheat_sheet.png b/git_cheat_sheet.png new file mode 100644 index 0000000..ffd5581 Binary files /dev/null and b/git_cheat_sheet.png differ diff --git a/git_workflow.png b/git_workflow.png new file mode 100644 index 0000000..750b811 Binary files /dev/null and b/git_workflow.png differ