PortValhalla/scripts/Software/git/flow.sh

5 lines
120 B
Bash
Executable file

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