From 2957a6b4fd9bc9136c563c16378e797fa4752146 Mon Sep 17 00:00:00 2001 From: markosbenitez Date: Thu, 28 May 2026 22:57:51 -0300 Subject: [PATCH] pusheado manual --- .claude/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index e9285fe..48fda9f 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -2,7 +2,10 @@ "permissions": { "allow": [ "Bash(git add *)", - "Bash(git commit -m ' *)" + "Bash(git commit -m ' *)", + "Bash(git checkout *)", + "Bash(git commit *)", + "Bash(git merge *)" ] } }