Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add section on syncing repos #4

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add section on syncing repos
  • Loading branch information
davidberenstein1957 committed Jan 7, 2025
commit 54bb2b9c4cbe7a6759df8cd85e970331e700d035
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -71,3 +71,16 @@ uv sync --group ml
```bash
uv sync --group app
```

## Sync with Hugging Face Space

First, add the remote
```
git remote add hf https://huggingface.co/spaces/feel-fl/open-human-feedback-chat
```

Push to the remote branch

```
git push hf main
```
Loading