Closed JonasCir closed 4 years ago
@jabrandes good point, I think I created a tag. but I'm not familiar how GitHub handles them. Please feel free to create a tag or branch head, I'm not familiar with the latter one.
@JonasCir, I am not that familiar with tags, but it I know that it's quite easy to create a new branch. You could use
git branch <brachname>
to create a new branch and stay on the current, or use
git checkout -b <branchname>
to create a new branch and check it out at once. The current HEAD commit will be head of the newly created branch.
Edit: I could not find a tag in the Github repository. Could be that you need to push such tags like you would do with commits.
I'd opt for removing server
and gradle and moving client
to root-dir. Why?
@jabrandes Ok I didn't understand, that you meant a new branch :smile: @MichaelSp Good points, gradle is gone and client is now in the root folder
:arrow_right: Live preview at url: https://imis-pr-481-lfq7hnbpwq-ew.a.run.app :up: :warning: First access might be very slow, database is shared. :eyes:
tag created: before-move-to-sormas
@jabrandes @MichaelSp
This is the layout for the next dev branch. The server code is removed, the PoC for SORMAS is included.