Skip to content
Snippets Groups Projects
Commit 8de757e6 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: add tips how to deal with renaming conflicts

parent f02d6491
No related branches found
No related tags found
2 merge requests!114Helper MR,!112LinkAhead rename lvl 0
Checking pipeline status
git merge linkahead-rename-step-1
# resolve potential conflicts and commit
rm -rf src/linkahead
git mv src/caosdb/ src/linkahead
rm -rf src/caosdb
python3 create_slim_linkahead_wrapper.py
git add src
git ci -m "MAINT: rename caosdb to linkahead (module)"
git merge linkahead-rename-step-2
# resolve potential conflicts and commit
git merge dev
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment