[Libre-soc-bugs] [Bug 440] Changes committed to submodule need to be pushed to submodule's upstream repo
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Tue Jul 28 18:30:53 BST 2020
https://bugs.libre-soc.org/show_bug.cgi?id=440
--- Comment #2 from Jacob Lifshay <programmerjake at gmail.com> ---
A submodule is a full git repo, so you can add the writable version of the
remote and push the commit:
cd <path>/soc/libreriscv
git remote add origin2 ssh://gitolite3@git.libre-riscv.org:922/libreriscv.git
git fetch origin2
git checkout 9fe303b064624df441a038f4853dd2954c506df7
git tag bug-440
git push --tags origin2
cd ..
git submodule update
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list