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:
18
CLAUDE.md
18
CLAUDE.md
@@ -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
|
||||
|
||||
```
|
||||
|
||||
@@ -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"]}
|
||||
Reference in New Issue
Block a user