PortValhalla/scripts/Common/Config/git/flow/install.sh

4 lines
94 B
Bash
Executable file

#!/bin/bash
git flow config set --global master main
git flow config set --global develop dev