name: gcp-copy description: TODO
description: git commit and push
// turbo
- Add all changes to git
git add .
-
Prompt the user for a commit message if one wasn't provided, otherwise use the provided context.
-
Commit the changes
git commit -m "commit message"
- Push the changes to the remote repository
git push