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

4 lines
94 B
Bash
Raw Normal View History

2023-04-02 01:46:29 +00:00
#!/bin/bash
git flow config set --global master main
git flow config set --global develop dev