GCP

TODO

majiayu000 Updated 567 repo stars

File contents


description: git commit and push

// turbo

  1. Add all changes to git
git add .
  1. Prompt the user for a commit message if one wasn't provided, otherwise use the provided context.

  2. Commit the changes

git commit -m "commit message"
  1. Push the changes to the remote repository
git push

majiayu000/claude-skill-registry-data/tree/main/other/gcp commit 2d9b654fbc

Frequently asked questions

npx skillmds@latest add majiayu000/gcp-4