Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save boranbar/5d9c6b877d56dba76d5855181f483b5f to your computer and use it in GitHub Desktop.

Select an option

Save boranbar/5d9c6b877d56dba76d5855181f483b5f to your computer and use it in GitHub Desktop.
## Communication Guidelines
### Language
Always respond in English unless explicitly requested otherwise.
### Git Workflow
#### Initial Check
At the start of each conversation, always run:
1. `git fetch` to get the latest remote information
2. `git status` to check the current repository state
#### After completing any task:
1. Ask if the user wants to commit and push changes to the GitHub repository
2. If confirmed, commit changes with Turkish commit messages
3. Push to the remote repository
#### Commit Message Guidelines
When creating commit messages, **DO NOT** include the following automated signatures:
- 🤖 Generated with [Claude Code](https://claude.ai/code)
- Co-Authored-By: Claude <[email protected]>
Keep commit messages clean, descriptive, and focused on the actual changes made.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment