From 08fc6df59d2df3d652a4737d0d8757c0cf2777cc Mon Sep 17 00:00:00 2001 From: Jan Mlcoch Date: Tue, 31 Jan 2017 18:32:29 +0100 Subject: [PATCH 1/4] 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/4] 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/4] 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 7c9f9ffd3bdda103b6be200188dab69a6ec8cc7d Mon Sep 17 00:00:00 2001 From: Jan Mlcoch Date: Tue, 31 Jan 2017 21:01:36 +0100 Subject: [PATCH 4/4] change songs --- git-flow/good-music-ol.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git-flow/good-music-ol.md b/git-flow/good-music-ol.md index c9d59fc..5695f0e 100644 --- a/git-flow/good-music-ol.md +++ b/git-flow/good-music-ol.md @@ -2,5 +2,5 @@ Imagine Dragons - Demons Ed Sheeran - I See Fire Parov Stelar - Booty Swing Electro Swing Collection -"Freedom" by Anthony Hamilton & Elayna Boynton -SAIL - AWOLNATION \ No newline at end of file +Fire - Scooter +Vino - Chinaski \ No newline at end of file