Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] 纯前端版是否可以做成像本地vscode提交代码一样,在本地保存更改文件记录,最后通过git命令提交? #3215

Closed
Augustjoe opened this issue Nov 27, 2023 · 2 comments
Labels
💬 question Further information is requested

Comments

@Augustjoe
Copy link

已经实现的效果是实时提交,用户保存文件后直接调用代码仓接口,同步更改远端仓库。现在客户想实现像本地的提交方式,通过git commit,git push这种git命令。用户的user.name和user.email可以找地方配置保存。

@Augustjoe Augustjoe added the 💬 question Further information is requested label Nov 27, 2023
@AhkunTa
Copy link
Member

AhkunTa commented Nov 30, 2023

  • 纯前端下没有终端能力, 无法完全实现 git 的所有功能
  • 推荐通过SCM贡献点实现源代码管理的能力 具体贡献点可以参考 SCM ,示例 Codeblitz

opensumi/ide-startup-lite#64

@Augustjoe
Copy link
Author

@AhkunTa 收到,感谢回答

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💬 question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants