From 08fc6df59d2df3d652a4737d0d8757c0cf2777cc Mon Sep 17 00:00:00 2001 From: Jan Mlcoch Date: Tue, 31 Jan 2017 18:32:29 +0100 Subject: [PATCH 1/5] commit --- .gitignore | 1 + .gitignore.swp | Bin 0 -> 12288 bytes .idea/git-workshop.iml | 12 ++ .idea/modules.xml | 8 ++ .idea/vcs.xml | 6 + .idea/workspace.xml | 281 +++++++++++++++++++++++++++++++++++++++++ commit-branch.md | 1 + 7 files changed, 309 insertions(+) create mode 100644 .gitignore create mode 100644 .gitignore.swp create mode 100644 .idea/git-workshop.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bc8a670 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/* \ No newline at end of file diff --git a/.gitignore.swp b/.gitignore.swp new file mode 100644 index 0000000000000000000000000000000000000000..b3482d146c13c1babf8eaa032fa813f47b143c58 GIT binary patch literal 12288 zcmeI%J4?e*9ES0KbrwY@2chcRq+USxx;O}3Dz4GgwiZlDBjV&&@Z9{e8XZuFgUO3osP{1Q0*~0R#|0009J=T_CEZY+0LV`QAwCmt(WOhHT%D;?b)t^dkvdcdYG1|A-&H$mTWzUL#XtZ71Q0*~0R#|0009ILKmdWi3OE(N G=-C%?mqZ`{ literal 0 HcmV?d00001 diff --git a/.idea/git-workshop.iml b/.idea/git-workshop.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/git-workshop.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..cb8f6c9 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..4d7876e --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,281 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1485883351459 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/commit-branch.md b/commit-branch.md index bafe6ce..30febd4 100644 --- a/commit-branch.md +++ b/commit-branch.md @@ -19,6 +19,7 @@ - squash - reword - reflog + -ddsds ## K čemu to je dobrý? From 5f80d4bcd027f464e56c2e1e047134fec85bbcb1 Mon Sep 17 00:00:00 2001 From: Jan Mlcoch Date: Tue, 31 Jan 2017 18:33:59 +0100 Subject: [PATCH 2/5] Remove idea --- .idea/git-workshop.iml | 12 -- .idea/modules.xml | 8 -- .idea/vcs.xml | 6 - .idea/workspace.xml | 281 ----------------------------------------- 4 files changed, 307 deletions(-) delete mode 100644 .idea/git-workshop.iml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/workspace.xml diff --git a/.idea/git-workshop.iml b/.idea/git-workshop.iml deleted file mode 100644 index 24643cc..0000000 --- a/.idea/git-workshop.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index cb8f6c9..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 4d7876e..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,281 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - DEFINITION_ORDER - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1485883351459 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file From 0986acb70b123529f0a31867dca45f8305772f07 Mon Sep 17 00:00:00 2001 From: Jan Mlcoch Date: Tue, 31 Jan 2017 18:53:22 +0100 Subject: [PATCH 3/5] zmena v masteru --- commit-branch.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commit-branch.md b/commit-branch.md index 30febd4..2b3ed3f 100644 --- a/commit-branch.md +++ b/commit-branch.md @@ -22,6 +22,8 @@ -ddsds +moje změny v masteru + ## K čemu to je dobrý? Představte si, že na projektu pracuje tisíc lidí. Co když mají všichni najednou otevřený jeden soubor? Nebo jsou všichni na jednom síťovém uložišti...? From cbdbb2082ebc6b2884906fc902cc373c5fc1b8d9 Mon Sep 17 00:00:00 2001 From: Jan Mlcoch Date: Tue, 31 Jan 2017 19:28:31 +0100 Subject: [PATCH 4/5] muj soubor --- ucastnici/31.1.2017/honza.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 ucastnici/31.1.2017/honza.md diff --git a/ucastnici/31.1.2017/honza.md b/ucastnici/31.1.2017/honza.md new file mode 100644 index 0000000..9d059c2 --- /dev/null +++ b/ucastnici/31.1.2017/honza.md @@ -0,0 +1 @@ +Kde je ta pizza? \ No newline at end of file From 5e0a08bb1a6748cf0e346ea10a32182952406422 Mon Sep 17 00:00:00 2001 From: Jan Mlcoch Date: Tue, 31 Jan 2017 19:55:06 +0100 Subject: [PATCH 5/5] =?UTF-8?q?Zm=C4=9Bna=20po=20pull=20requestu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ucastnici/31.1.2017/honza.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ucastnici/31.1.2017/honza.md b/ucastnici/31.1.2017/honza.md index 9d059c2..22067f6 100644 --- a/ucastnici/31.1.2017/honza.md +++ b/ucastnici/31.1.2017/honza.md @@ -1 +1,3 @@ -Kde je ta pizza? \ No newline at end of file +Kde je ta pizza? + +Soubor je upraveny! \ No newline at end of file