commit 0cda83c54f544d62cc626f9ea838913fb9a006dd Author: Jonathan Teran Carballo Date: Sun Nov 2 12:03:51 2025 -0300 feature: initialize git-flow diff --git a/.flowconfig b/.flowconfig new file mode 100644 index 0000000..bede4be --- /dev/null +++ b/.flowconfig @@ -0,0 +1,4 @@ +[flow] + remote = origin + branches = dev main + initialized = true