From 0034335ab728528e38b2a26ae3656a75c12d07c8 Mon Sep 17 00:00:00 2001
From: m-guberina <gubi.guberina@gmail.com>
Date: Wed, 9 Oct 2024 10:14:35 +0200
Subject: [PATCH] just mapped the videos to different maps

---
 .gitattributes                                      |   5 +++--
 ...ion_to_introduction_to_software_for_robotics.mp4 | Bin
 .../03_linux_cli_cut.mkv                            |   0
 video/docker_intro.mkv => linux/04_docker_intro.mkv |   0
 ...rking_and_connecting_to_a_different_computer.mkv |   0
 linux/07_git.md                                     |  10 ++++++++++
 .../vim_example.mkv => linux/BONUS_vim_example.mkv  |   0
 {video => python}/01_python_standard_library.mkv    |   0
 ...es.md => 02_installing_and_managing_packages.md} |   0
 {video => python}/03_math_viz_python_final.mkv      |   0
 {video => python}/04_opencv.mkv                     |   0
 {video => python}/05_other_noteworthy_packages.mkv  |   0
 ...1_introduction_to_simple_manipulator_control.mkv |   0
 {video => ur_simple_control}/03_code_overview.mkv   |   0
 .../03_pinocchio_usage_in_library.mkv               |   0
 .../04_intro_to_lie_algebras_and_pinocchio.mkv      |   0
 .../how_to_connect_to_ur5e_horrible_sound.mkv       |   3 +++
 17 files changed, 16 insertions(+), 2 deletions(-)
 rename {video => intro}/01_introduction_to_introduction_to_software_for_robotics.mp4 (100%)
 rename video/04_linux_cli_cut.mkv => linux/03_linux_cli_cut.mkv (100%)
 rename video/docker_intro.mkv => linux/04_docker_intro.mkv (100%)
 rename video/networking_and_connecting_to_a_different_computer.mkv => linux/05_networking_and_connecting_to_a_different_computer.mkv (100%)
 create mode 100644 linux/07_git.md
 rename video/vim_example.mkv => linux/BONUS_vim_example.mkv (100%)
 rename {video => python}/01_python_standard_library.mkv (100%)
 rename python/{02_intro_to_packages.md => 02_installing_and_managing_packages.md} (100%)
 rename {video => python}/03_math_viz_python_final.mkv (100%)
 rename {video => python}/04_opencv.mkv (100%)
 rename {video => python}/05_other_noteworthy_packages.mkv (100%)
 rename {video => ur_simple_control}/01_introduction_to_simple_manipulator_control.mkv (100%)
 rename {video => ur_simple_control}/03_code_overview.mkv (100%)
 rename {video => ur_simple_control}/03_pinocchio_usage_in_library.mkv (100%)
 rename {video => ur_simple_control}/04_intro_to_lie_algebras_and_pinocchio.mkv (100%)
 create mode 100644 ur_simple_control/how_to_connect_to_ur5e_horrible_sound.mkv

diff --git a/.gitattributes b/.gitattributes
index ae67e63..dd29f2a 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,3 @@
-video filter=lfs diff=lfs merge=lfs -text
-video/*mkv filter=lfs diff=lfs merge=lfs -text
+#video filter=lfs diff=lfs merge=lfs -text
+#video/*mkv filter=lfs diff=lfs merge=lfs -text
+*mkv filter=lfs diff=lfs merge=lfs -text
diff --git a/video/01_introduction_to_introduction_to_software_for_robotics.mp4 b/intro/01_introduction_to_introduction_to_software_for_robotics.mp4
similarity index 100%
rename from video/01_introduction_to_introduction_to_software_for_robotics.mp4
rename to intro/01_introduction_to_introduction_to_software_for_robotics.mp4
diff --git a/video/04_linux_cli_cut.mkv b/linux/03_linux_cli_cut.mkv
similarity index 100%
rename from video/04_linux_cli_cut.mkv
rename to linux/03_linux_cli_cut.mkv
diff --git a/video/docker_intro.mkv b/linux/04_docker_intro.mkv
similarity index 100%
rename from video/docker_intro.mkv
rename to linux/04_docker_intro.mkv
diff --git a/video/networking_and_connecting_to_a_different_computer.mkv b/linux/05_networking_and_connecting_to_a_different_computer.mkv
similarity index 100%
rename from video/networking_and_connecting_to_a_different_computer.mkv
rename to linux/05_networking_and_connecting_to_a_different_computer.mkv
diff --git a/linux/07_git.md b/linux/07_git.md
new file mode 100644
index 0000000..c03381a
--- /dev/null
+++ b/linux/07_git.md
@@ -0,0 +1,10 @@
+## git
+--------
+- clone
+- pull
+- add
+- commit
+- push
+- stash
+- .gitignore
+- git-lfs
diff --git a/video/vim_example.mkv b/linux/BONUS_vim_example.mkv
similarity index 100%
rename from video/vim_example.mkv
rename to linux/BONUS_vim_example.mkv
diff --git a/video/01_python_standard_library.mkv b/python/01_python_standard_library.mkv
similarity index 100%
rename from video/01_python_standard_library.mkv
rename to python/01_python_standard_library.mkv
diff --git a/python/02_intro_to_packages.md b/python/02_installing_and_managing_packages.md
similarity index 100%
rename from python/02_intro_to_packages.md
rename to python/02_installing_and_managing_packages.md
diff --git a/video/03_math_viz_python_final.mkv b/python/03_math_viz_python_final.mkv
similarity index 100%
rename from video/03_math_viz_python_final.mkv
rename to python/03_math_viz_python_final.mkv
diff --git a/video/04_opencv.mkv b/python/04_opencv.mkv
similarity index 100%
rename from video/04_opencv.mkv
rename to python/04_opencv.mkv
diff --git a/video/05_other_noteworthy_packages.mkv b/python/05_other_noteworthy_packages.mkv
similarity index 100%
rename from video/05_other_noteworthy_packages.mkv
rename to python/05_other_noteworthy_packages.mkv
diff --git a/video/01_introduction_to_simple_manipulator_control.mkv b/ur_simple_control/01_introduction_to_simple_manipulator_control.mkv
similarity index 100%
rename from video/01_introduction_to_simple_manipulator_control.mkv
rename to ur_simple_control/01_introduction_to_simple_manipulator_control.mkv
diff --git a/video/03_code_overview.mkv b/ur_simple_control/03_code_overview.mkv
similarity index 100%
rename from video/03_code_overview.mkv
rename to ur_simple_control/03_code_overview.mkv
diff --git a/video/03_pinocchio_usage_in_library.mkv b/ur_simple_control/03_pinocchio_usage_in_library.mkv
similarity index 100%
rename from video/03_pinocchio_usage_in_library.mkv
rename to ur_simple_control/03_pinocchio_usage_in_library.mkv
diff --git a/video/04_intro_to_lie_algebras_and_pinocchio.mkv b/ur_simple_control/04_intro_to_lie_algebras_and_pinocchio.mkv
similarity index 100%
rename from video/04_intro_to_lie_algebras_and_pinocchio.mkv
rename to ur_simple_control/04_intro_to_lie_algebras_and_pinocchio.mkv
diff --git a/ur_simple_control/how_to_connect_to_ur5e_horrible_sound.mkv b/ur_simple_control/how_to_connect_to_ur5e_horrible_sound.mkv
new file mode 100644
index 0000000..2737333
--- /dev/null
+++ b/ur_simple_control/how_to_connect_to_ur5e_horrible_sound.mkv
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4f2db3630b4f7d31450292f6ba5250b4278437edd94e006aa3dc580bf78851ef
+size 168182117
-- 
GitLab