Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

FutureGadget/2016-Summer-Web-Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GIT command summary

계속 추가 부탁!

  • Remote Repository 복사해오기(폴더 자동으로 생성)
  • gh-pages Branch로 변경 (해당 repository 내 (.git폴더가 위치한 곳) 에서 실행)
    • git checkout gh-pages
  • Commit and Push
    • git add 'File_Name' 또는 git add *(모든파일)
    • git commit -m "커밋메시지"
    • git push
  • Directory 또는 File 이름 변경
    • git mv 'ORIGINAL_NAME' 'NEW_NAME'
  • Branch 삭제
    • Local Repository의 브랜치 삭제
      • (삭제 위치는 삭제하려는 branch가 아닌 곳에서 해야함)
      • git branch -d 'BRANCH_NAME'
    • Remote Repository의 브랜치 삭제
      • git push origin :'BRANCH_NAME'

Front-end Study Materials


Back-end Study Materials

About

2016 Summer Web Study Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors