c
This commit is contained in:
parent
604f142e6a
commit
a46223d135
15
README.md
15
README.md
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user