PortValhalla/scripts/Software/git-flow/install.sh

5 lines
120 B
Bash
Raw Normal View History

2023-03-05 00:18:13 +00:00
#!/bin/bash
sudo apt install git-flow
git flow config set --global master main
git flow config set --global develop dev