5 lines
120 B
Bash
5 lines
120 B
Bash
|
#!/bin/bash
|
||
|
sudo apt install git-flow
|
||
|
git flow config set --global master main
|
||
|
git flow config set --global develop dev
|