3 lines
94 B
Bash
Executable file
3 lines
94 B
Bash
Executable file
#!/bin/bash
|
|
git flow config set --global master main
|
|
git flow config set --global develop dev
|