4 lines
120 B
Bash
Executable file
4 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
|