Split git-flow software and config

This commit is contained in:
Manuel Thalmann 2023-04-02 03:46:29 +02:00
commit 40972a6a29
3 changed files with 4 additions and 2 deletions
scripts/Debian/Software/git

View file

@ -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