mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
commit
9080c0f1f7
|
@ -22,7 +22,7 @@ todo, how to list branches?
|
|||
### Create Offline
|
||||
|
||||
```abap
|
||||
zcl_abapgit_repo_srv=>get_instance( )->new_online(
|
||||
zcl_abapgit_repo_srv=>get_instance( )->new_offline(
|
||||
```
|
||||
|
||||
### List
|
||||
|
@ -144,9 +144,12 @@ METHOD decisions.
|
|||
rs_checks-requirements-decision = 'Y'.
|
||||
ENDIF.
|
||||
|
||||
IF rs_checks-transport-required = abap_true.
|
||||
rs_checks-transport-transport = 'SOMETHING'.
|
||||
ENDIF.
|
||||
|
||||
ENDMETHOD.
|
||||
```
|
||||
|
||||
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