pushing-taubyte-projects

Installation
SKILL.md

Pushing Taubyte Projects

When to use

  • "Push my project / website / library to the cloud"
  • After editing config (resources) or code (function source)
  • Before a dream inject cycle on Dream local
  • tau push fails with Commit Message: is required ... required value missing

Mental model

tau push wraps git add -A && git commit -m <msg> && git push for the relevant repo, then optionally signals the cloud. GitHub remains the source of truth; tau push is a convenience over raw git, plus it knows about the --config-only / --code-only split for the project's two repos.

The --message rule

When invoked with --defaults, tau push will not prompt for a commit message. You must pass --message <msg> (or -m <msg>) explicitly, or you'll see:

Commit Message: is required ... required value missing
Related skills

More from taubyte/skills

Installs
12
Repository
taubyte/skills
First Seen
Apr 28, 2026