Skip to content

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

Merged
arifulhoque7 merged 1 commit into
weDevsOfficial:developfrom
arifulhoque7:chore/claude-settings-allow-push
Sep 3, 2026
Merged

arifulhoque7 merged 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.
@arifulhoque7
arifulhoque7 merged commit 2b5165b into weDevsOfficial:develop Sep 3, 2026
3 checks passed
arifulhoque7 added a commit to arifulhoque7/wp-project-manager that referenced this pull request Sep 3, 2026
My earlier edit rewrote the file through a JSON dump and stripped the blank
separator lines. The functional change (allowing plain git push) already
landed upstream via weDevsOfficial#659; this drops the incidental churn.

Claude-Session: https://claude.ai/code/session_01W398QZ8hB1bf1asSrAc26k
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