mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
feat: initial commit
This commit is contained in:
parent
b72150c881
commit
65443a3a66
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
|
@ -1,4 +1,17 @@
|
|||
# Open WebUI 👋
|
||||
# Open WebUI 👋 (FORK FOR E4)
|
||||
|
||||
git remote add upstream https://github.com/open-webui/open-webui.git
|
||||
|
||||
# Fetch changes from upstream
|
||||
git fetch upstream
|
||||
|
||||
# Merge changes into your main branch
|
||||
git checkout main
|
||||
git merge upstream/main
|
||||
|
||||
# Push changes to GitLab
|
||||
git push origin main
|
||||
|
||||
|
||||

|
||||

|
||||
|
|
|
|||
Loading…
Reference in a new issue