Split git-flow
software and config
This commit is contained in:
parent
38b93422c7
commit
40972a6a29
3 changed files with 4 additions and 2 deletions
|
@ -31,6 +31,7 @@ fi;
|
|||
|
||||
# Git Config
|
||||
source "../git/setup/install.sh";
|
||||
source "../git/flow/install.sh";
|
||||
|
||||
# Troll Stuff
|
||||
source "../git/git-auf-deutsch/install.sh";
|
||||
|
|
3
scripts/Common/Config/git/flow/install.sh
Executable file
3
scripts/Common/Config/git/flow/install.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
git flow config set --global master main
|
||||
git flow config set --global develop dev
|
|
@ -1,4 +1,2 @@
|
|||
#!/bin/bash
|
||||
sudo apt install git-flow
|
||||
git flow config set --global master main
|
||||
git flow config set --global develop dev
|
||||
|
|
Loading…
Reference in a new issue