369 B
369 B
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