Split git-flow software and config

This commit is contained in:
Manuel Thalmann 2023-04-02 03:46:29 +02:00
parent 38b93422c7
commit 40972a6a29
3 changed files with 4 additions and 2 deletions
scripts/Common/Config/git/flow

View file

@ -0,0 +1,3 @@
#!/bin/bash
git flow config set --global master main
git flow config set --global develop dev