Last active
September 20, 2025 13:38
-
-
Save boranbar/5d9c6b877d56dba76d5855181f483b5f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## 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