Hugging Face Spaces Git でPRの手順

#15
by terapyon - opened
  • git checkout -b branch-name
  • git commit
  • git push origin branch-name
  • Hugging Face Community で PR作る (New Pull Request / On your machine) title: branch-name
  • git push origin branch-name:refs/pr/xx
  • Hugging Face CommunityでPublish
  • Hugging Face CommunityでMerge

Sign up or log in to comment