You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In ZABAPGIT, the creation of repositories happens without automatic pull(https://github.com/larshp/abapGit/blob/master/changelog.txt#L169), this gives a better split of operations and error handling, plus gives the user an overview of what will happen before doing a pull, as object names are unique in ABAP(compared to cloing to a new folder in file system)
Currently it looks like both creation and pull is the same operation,
Hi,
In ZABAPGIT, the creation of repositories happens without automatic pull(https://github.com/larshp/abapGit/blob/master/changelog.txt#L169), this gives a better split of operations and error handling, plus gives the user an overview of what will happen before doing a pull, as object names are unique in ABAP(compared to cloing to a new folder in file system)
Currently it looks like both creation and pull is the same operation,
Pull is also split into 2 steps, in order to support a restful approach, see http://docs.abapgit.org/development/api.html, also see #7
The text was updated successfully, but these errors were encountered: