상세 컨텐츠

본문 제목

git 하기

카테고리 없음

by esoesmio 2023. 8. 21. 20:40

본문

git clone https://github.com/edu-venture/edu-back.git

git add .

git status  

git commit -m  "이거되나첫번째"  

git push origin  

 

git branch EV-ALL-EunsukFeature 

git checkout EV-ALL-EunsukFeature    

git add .  

git status 

git push origin EV-ALL-EunsukFeature    

git remote -v  

git pull origin main    

 

rm -rf .git                                                                                       
ls -a  

git init      

git add .                                                           
git commit -m "first commit"             

git remote add origin https://github.com/edu-venture/edu-back.git
git branch -M main                                                                                  
git push -u origin main         

 

 

 
 
 
 

댓글 영역