프로그래밍

Github Command

Rudi 2020. 6. 12. 00:31

Command – Github

Effect CMD

Initialize git init
Clone git clone ~~.git
Status git status
Add git add FILE
Add All git add .
Commit git commit -m "Message"
Push git push -u origin branch
Remove rm -rf Folder
Move to branch git checkout branch
Merge to master git merge master
Commit Log git log
Remove Added git remove --cached File
Login 1 git config --global user.name ID
Login 2 git config --global user.email ID