mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 20:32:26 +08:00

* Docs: Add "Remote Settings" * Update ref-dot-abapgit.md * Delete repo_settings_remote.png * Add files via upload * Update link * Update link * Add "Repo Settings" to navigation * Update and rename ref-dot-abapgit.md to settings-dot-abapgit.md * Update settings-dot-abapgit.md * Create settings-local.md * Create settings-remote.md * Update settings-local.md * Update and rename other-background-mode.md to settings-background-mode.md * Update settings-background-mode.md * Update and rename ref-settings-stats.md to settings-stats.md * Update zcl_abapgit_gui_page_sett_remo.clas.abap * Update zcl_abapgit_gui_page_sett_locl.clas.abap * Update zcl_abapgit_gui_page_sett_bckg.clas.abap * Update zcl_abapgit_gui_page_sett_info.clas.abap * Update zcl_abapgit_gui_page_sett_repo.clas.abap * Update zcl_abapgit_gui_page_sett_bckg.clas.abap * Update zcl_abapgit_gui_page_sett_info.clas.abap * Update zcl_abapgit_gui_page_sett_locl.clas.abap * Update zcl_abapgit_gui_page_sett_remo.clas.abap * Update zcl_abapgit_gui_page_sett_repo.clas.abap Co-authored-by: Lars Hvam <larshp@hotmail.com>
34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
---
|
|
title: Remote
|
|
category: repo settings
|
|
order: 30
|
|
---
|
|
|
|
## Remote Settings
|
|
|
|
The following settings define the remote source of the abapGit repository. You can also switch the type of repository between "online" and "offline".
|
|
|
|
Note: Changing the remote settings will *not* impact any objects in your system. If you want the system to reflect the changes, then you have to pull them into your system after saving the settings.
|
|
|
|
### Online Repositories
|
|
|
|

|
|
|
|
Online repositories are specified by the URL. The URL can point to the original repository or a fork of one.
|
|
|
|
The head of the repository used by abapGit can be defined in one of four ways:
|
|
- Branch
|
|
- Tag
|
|
- Commit
|
|
- Pull Request
|
|
|
|
To change to a different head, simply use one of the value helps and save the settings.
|
|
|
|
The default setting is to use the main or default branch of the repository (`refs/heads/main`).
|
|
|
|
### Offline Repositories
|
|
|
|

|
|
|
|
You can change the name of offline repositories that is shown in the abapGit repository overview.
|