mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
adding a note on how to reset all the submodules in case you accidentally messed up the code without having to hit each one specifically
This commit is contained in:
@@ -17,3 +17,7 @@ To update all submodules to their latest commits:
|
||||
|
||||
git submodule foreach git pull origin master
|
||||
|
||||
If you messed around with those projects and want to reset them to where the current project thinks
|
||||
they should be, you can use the command:
|
||||
|
||||
git submodule foreach --recursive git reset --hard
|
||||
|
||||
Reference in New Issue
Block a user