From c6648c5f799a80ec641ca3ab766a6214eb98cb27 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Wed, 12 May 2021 20:25:32 -0400 Subject: [PATCH] Track Submodule Branch - Update submodules to track branches instead of specific commits - Update README to include "--remote" option for updating submodules --- .config/emacs | 2 +- .gitmodules | 16 ++++++++++++++++ .themes/dracula-gtk | 2 +- .vim/pack/themes/start/dracula | 2 +- README.org | 2 +- 5 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.config/emacs b/.config/emacs index 40b296f..c3374c3 160000 --- a/.config/emacs +++ b/.config/emacs @@ -1 +1 @@ -Subproject commit 40b296f7656d734bfe707a08b1f703f31d49cb32 +Subproject commit c3374c310c0bc5b9be3cfb99377c7f74e084f58b diff --git a/.gitmodules b/.gitmodules index 7f04b8d..56c2551 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,48 +1,64 @@ [submodule ".vim/pack/themes/start/dracula"] path = .vim/pack/themes/start/dracula url = git@github.com:dracula/vim.git + branch = master [submodule ".themes/dracula-blender"] path = .themes/dracula-blender url = git@github.com:dracula/blender.git + branch = master [submodule ".themes/dracula-freecad"] path = .themes/dracula-freecad url = git@github.com:dracula/freecad.git + branch = master [submodule ".themes/dracula-gnome-terminal"] path = .themes/dracula-gnome-terminal url = git@github.com:dracula/gnome-terminal.git + branch = master [submodule ".themes/dracula-xournalpp"] path = .themes/dracula-xournalpp url = git@github.com:dracula/xournalpp.git + branch = master [submodule ".themes/dracula-steam"] path = .themes/dracula-steam url = git@github.com:dracula/steam.git + branch = master [submodule ".themes/dracula-gtk"] path = .themes/dracula-gtk url = git@github.com:dracula/gtk.git + branch = master [submodule ".themes/dracula-fish"] path = .themes/dracula-fish url = git@github.com:dracula/fish.git + branch = master [submodule ".themes/dracula-kitty"] path = .themes/dracula-kitty url = git@github.com:dracula/kitty.git + branch = master [submodule ".themes/dracula-libreoffice"] path = .themes/dracula-libreoffice url = git@github.com:dracula/libreoffice.git + branch = master [submodule ".themes/dracula-tty"] path = .themes/dracula-tty url = git@github.com:dracula/tty.git + branch = master [submodule ".themes/dracula-latex"] path = .themes/dracula-latex url = git@github.com:dracula/latex.git + branch = master [submodule ".themes/dracula-matplotlib"] path = .themes/dracula-matplotlib url = git@github.com:dracula/matplotlib.git + branch = master [submodule ".themes/dracula-matlab"] path = .themes/dracula-matlab url = git@github.com:dracula/matlab.git + branch = master [submodule ".config/emacs"] path = .config/emacs url = git@github.com:balajsra/emacs.git + branch = main [submodule ".xmonad"] path = .xmonad url = git@github.com:balajsra/xmonad.git + branch = master diff --git a/.themes/dracula-gtk b/.themes/dracula-gtk index 123f8ce..4c02202 160000 --- a/.themes/dracula-gtk +++ b/.themes/dracula-gtk @@ -1 +1 @@ -Subproject commit 123f8ce56e79928421b57726a58dd1cc06f51bd9 +Subproject commit 4c02202de13092563050ef60293ecea982cba0db diff --git a/.vim/pack/themes/start/dracula b/.vim/pack/themes/start/dracula index ab37ffc..d21059c 160000 --- a/.vim/pack/themes/start/dracula +++ b/.vim/pack/themes/start/dracula @@ -1 +1 @@ -Subproject commit ab37ffc5aeb1693002f30254b3b9992965f45d5d +Subproject commit d21059cd5960f4d0a5627fda82d29371772b247f diff --git a/README.org b/README.org index 3cc449a..f57e240 100644 --- a/README.org +++ b/README.org @@ -67,7 +67,7 @@ Set the flag ~showUntrackedFiles~ to ~no~ on this specific (local) repo Pull and update submodules #+begin_src shell - config git submodule update --init --recursive + config git submodule update --init --recursive --remote #+end_src * Git