2025-02-03 12:38:35 +00:00
c
2025-02-03 12:38:35 +00:00

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

Description
No description provided
Readme 24 KiB