docs: Add Git remote configuration to CLAUDE.md

Added GitHub remote URL (Anto01/Atomizer) to CLAUDE.md so it persists
across sessions. Also recorded in LAC user_preference.jsonl.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-29 20:26:06 -05:00
parent 773f8ff8af
commit e78b10929c
2 changed files with 19 additions and 0 deletions

View File

@@ -130,6 +130,24 @@ C:\Users\antoi\anaconda3\envs\atomizer\python.exe your_script.py
- Create new virtual environments
- Use system Python
## Git Configuration
**CRITICAL: Always push to BOTH remotes when committing.**
```
origin: http://192.168.86.50:3000/Antoine/Atomizer.git (Gitea - local)
github: https://github.com/Anto01/Atomizer.git (GitHub - private)
```
### Push Commands
```bash
# Push to both remotes
git push origin main && git push github main
# Or use --all to push to all remotes
git remote | xargs -L1 git push --all
```
## Key Directories
```

View File

@@ -0,0 +1 @@
{"timestamp": "2025-12-29T12:00:00", "category": "user_preference", "context": "Git remote configuration", "insight": "GitHub repository URL is https://github.com/Anto01/Atomizer.git (private repo). Always push to both origin (Gitea at 192.168.86.50:3000) and github remote.", "confidence": 1.0, "tags": ["git", "github", "remote", "configuration"]}