You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if we could have optional commands to be run after a git pull or a git clone.
For instance, I'm maintaining the ZigbeeforDomoticz plugin (old Zigate) and in the up coming version, we will be using some submodule and would require
git submodule update --init --recursive (after the git clone)
git pull --recurse-submodules (instead or after a git pull )
The text was updated successfully, but these errors were encountered:
It would be great if we could have optional commands to be run after a git pull or a git clone.
For instance, I'm maintaining the ZigbeeforDomoticz plugin (old Zigate) and in the up coming version, we will be using some submodule and would require
git submodule update --init --recursive
(after the git clone)git pull --recurse-submodules
(instead or after a git pull )The text was updated successfully, but these errors were encountered: