返回 Skill 列表
extension
分类: 开发与工程无需 API Key

gcp-copy

待办

person作者: jakexiaohubgithub

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