This commit is contained in:
bwyoon 2025-02-03 12:38:35 +00:00
parent 604f142e6a
commit a46223d135

View File

@ -0,0 +1,15 @@
git config --global user.name bwyoon
git config --global user.email bwyoon@enteroak.com
git config --global pull.rebase false
git config --global init.defaultBranch main
touch README.md
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin https://bwyoon:ws32meff@git.enteroak.com/bwyoon/wiki.git
git push -u origin main