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