GitHub - eunja511005/Tutorial GitHub Wiki

GitHub 계정 생성

image

image

image

image

image


Repository 생성

image

image


Wiki Sidebar 생성

image

image


Access Token 생성

image

image

image

image

image

image

git remote set-url origin https://[email protected]/eunja511005/Tutorial.git


image

image

push ν• λ•Œ 아이디/νŒ¨μŠ€μ›Œλ“œ 였λ₯˜ λ°œμƒμ‹œ λ‹€μ‹œ μ„ΈνŒ…

image

Github Notepad++ μ—°κ²°

git config --global core.editor "'D:/Program Files/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"

image

초기 ν”„λ‘œμ νŠΈ μ—…λ‘œλ“œ

d:
cd D:\Users\ywbes\git\ 
git clone https://github.com/eunja511005/AutoCoding.git
cd AutoCoding
git status
D:\Users\ywbes\git\Tutorial ν•˜μœ„ λͺ¨λ“  λ‚΄μš©μ„ D:\Users\ywbes\git\AutoCoding ν•˜μœ„μ— λͺ¨λ‘ 볡사(μ€‘μš” : .git λ””λ ‰ν† λ¦¬λŠ” λ³΅μ‚¬ν•˜λ©΄ μ•ˆλ¨)
git remote -v (μ—…λ‘œλ“œ λ ˆνŒŒμ§€ν† λ¦¬ 확인)
git status
git add *
git status 
git commit
git push
git config --list
κΉƒν—™ μ›Ήν™”λ©΄μ—μ„œ μ—…λ‘œλ“œ 잘 λ˜μ—ˆλŠ”μ§€ 확인
μ΄ν΄λ¦½μŠ€μ—μ„œ μ‹ κ·œ μ›Œν¬μŠ€νŽ˜μ΄μŠ€ μ—΄κ³  Import Projects from file system or Archive > D:\Users\ywbes\git\AutoCoding 선택