abapGit/docs/settings-remote.md
Marc Bernard b4c5e2e401
Docs: Add "Remote Settings" (#5008)
* 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>
2021-10-05 18:40:42 +02:00

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
![](img/repo_settings_remote_online.png)
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
![](img/repo_settings_remote_offline.png)
You can change the name of offline repositories that is shown in the abapGit repository overview.