Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Git Configuration Properties

Image Added

Figure 1: Git Configuration Properties

Image Removed

Figure 1: Git Configuration Properties

Name

Chinese

名称


Description

Chinese

描述

Screen (Click to view)


Remote Git URL

Chinese

远程GIT URL

The URL to the remote Git server (e.g. GitHub, BitBucket, GitLab, internal servers, etc) to push commits to

Chinese

远程Git服务器(例如GitHub,BitBucket,GitLab,内部服务器等)的URL,以将提交推送到

Remote Git Username

Chinese

远程GIT用户名

The username to authenticate to the remote Git server

Chinese

用来验证远程Git服务器的用户名

Remote Git Password

Chinese

远程GIT密码

The password to authenticate to the remote Git server

Chinese

验证到远程Git服务器的密码

Exclude App Configuration (Environment Variables and Plugin Default Properties)

Chinese

排除应用程序配置(环境变量和插件默认属性)

Check this to NOT commit environment variables and plugin default properties. This is meant for configuration values (e.g. settings that might differ in development vs testing vs production)

Chinese

选中此选项可不提交环境变量和插件默认属性。这是用于配置值(例如,在开发,测试和生产中可能会有所不同的设置)

Always Pull from Remote Server

Chinese

总是从远程服务器拉

Check this to allow pull from the remote Git server on every request.

If unchecked, it will only pull before it attempts to push any updates.

Chinese

选中此选项可允许在每次请求时从远程Git服务器拉出。

如果未选中,它将仅在尝试推送任何更新之前拉入。


Warning

This greatly slows down the request and should only be used in a development environment.

Chinese

这会大大减慢了请求的速度,应仅在开发环境中使用。


Auto Sync DB From Git

Chinese

从Git自动同步数据库

Check this to automatically check for updates in the Git project files and to update the DB definitions accordingly

Chinese

选中此选项可自动检查Git项目文件中的更新并相应地更新数据库定义

...