Build/Hooks/push_alias.sh
2025-04-02 14:15:04 +00:00

4 lines
74 B
Bash

#!/bin/bash
#.bashrc
alias push="git push --recurse-submodules=on-demand"