Closed jamtwister closed 3 years ago
Given the low number of endpoints, I also think that we probably don't need any module nesting below v1
/ v2
. The shared UserInformation
type could just live in v2
. WDYT?
I am fine with that. Will move it
Like this? Create die module v2 inside the files.
Could you please rebase this (git rebase main
from your branch)? The diff shows a bunch of things that are already in the main branch, making this hard to review.
rebase done
Okay, maybe your local main
branch was outdated, since nothing really changed. Can you try git rebase origin/main
?
main should have be up to date. done git rebase origin/main
, but I think there are no changes. I cannot see changes which are not already in main anymore???
I think I kown now what happend. Some how my different git identities and configs (of a totaly differen project) were mixed up. Within that config the IDE created a merge commit when I rebase from main.