> For the complete documentation index, see [llms.txt](https://doc.duaer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.duaer.com/zh/source-control-environments/using.md).

# 在 Duaer 里使用 Git

Duaer 里的 Git 概念与限制。
## 保存不等于同步

在画布上保存只写入本机。源代码管理里仍会显示未提交改动。提交后才能推送。推送与拉取见 [推送和拉取](/zh/source-control-environments/using/push-pull.md)。

凭证秘密不会进入提交。另一边拉取后，若没有对应密钥连接，节点会在缺凭证处停下。
## Questions

### Duaer 连上之后日常做什么？

提交已跟踪改动，再推送或拉取。只在画布保存不会出现在另一环境。

