PortValhalla/scripts/Software/git-flow/install.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