Skip to content

chore(claude): allow plain git push in Claude Code settings - #659

Open
arifulhoque7 wants to merge 1 commit into
weDevsOfficial:developfrom
arifulhoque7:chore/claude-settings-allow-push
Open

chore(claude): allow plain git push in Claude Code settings#659
arifulhoque7 wants to merge 1 commit into
weDevsOfficial:developfrom
arifulhoque7:chore/claude-settings-allow-push

Conversation

@arifulhoque7

Copy link
Copy Markdown
Contributor

Pushing a feature branch to a fork is routine, but Bash(git push:*) sat in the deny list, so every push meant editing this file and putting it back afterwards.

Removes that one entry. The destructive rules stay denied:

  • git push --force / git push -f
  • git reset --hard
  • git clean -fd
  • git checkout --
  • git branch -D
  • git rebase -i
  • git filter-branch

No plugin code touched.

Pushing a feature branch to the fork is routine and the deny rule meant
lifting it by hand every time. Force-push, reset --hard, clean -fd and
branch -D stay denied.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant