Lars Hvam
Lars Hvam
see changes in https://github.com/abapGit/abapGit/pull/5712
welcome to abapGit as a contributor 🎉
Well, I think this needs an overhaul, is the local checksum local or? Currently its sometimes the remote 🤷♂️ To me, the local checksum is the state of the local...
From my point of view, the checksums represent the local state(not branch or git, but local) after the previous pull, that way it is possible to determine if the last...
looking at command line git, there is no easy way(that I know of) to find if there is a remote change, it does not show on `git status` even if...
Perhaps something like this, have the online interface implement the repo interface, and then alias the methods from the repo interface? 
okay, this is not easy, will start some refactoring
next step: move methods GET_UNNECESSARY_LOCAL_OBJS + SET_NEW_REMOTE to some other class
after https://github.com/larshp/abapGit/issues/2127 ?
It looks okay, but lets take a look after the open PR is merged. Note that in above drawing there is no interface for ZCL_REPO which it the topic for...