- Open local repository
- Type into terminal
nano .git/conf - Change the file like this
[gitflow "prefix"]
feature = feature/
bugfix = bugfix/
release = release/
hotfix = hotfix/
| # Created by https://www.gitignore.io/api/linux,python,pycharm,windows | |
| # Edit at https://www.gitignore.io/?templates=linux,python,pycharm,windows | |
| ### Linux ### | |
| *~ | |
| # temporary files which can be created if a process still has a handle open of a deleted file | |
| .fuse_hidden* | |
| # KDE directory preferences |
nano .git/conf[gitflow "prefix"]
feature = feature/
bugfix = bugfix/
release = release/
hotfix = hotfix/