mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Update other-api.md
This commit is contained in:
parent
4657965117
commit
849b1671dc
|
@ -22,7 +22,7 @@ todo, how to list branches?
|
||||||
### Create Offline
|
### Create Offline
|
||||||
|
|
||||||
```abap
|
```abap
|
||||||
zcl_abapgit_repo_srv=>get_instance( )->new_online(
|
zcl_abapgit_repo_srv=>get_instance( )->new_offline(
|
||||||
```
|
```
|
||||||
|
|
||||||
### List
|
### List
|
||||||
|
@ -144,9 +144,12 @@ METHOD decisions.
|
||||||
rs_checks-requirements-decision = 'Y'.
|
rs_checks-requirements-decision = 'Y'.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
|
IF rs_checks-transport-required = abap_true.
|
||||||
|
rs_checks-transport-transport = 'SOMETHING'.
|
||||||
|
ENDIF.
|
||||||
|
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
```
|
```
|
||||||
|
|
||||||
todo:
|
todo:
|
||||||
[https://github.com/larshp/abapGit/issues/1333](https://github.com/larshp/abapGit/issues/1333)
|
|
||||||
[https://github.com/larshp/abapGit/issues/1331](https://github.com/larshp/abapGit/issues/1331)
|
[https://github.com/larshp/abapGit/issues/1331](https://github.com/larshp/abapGit/issues/1331)
|
Loading…
Reference in New Issue
Block a user