Skip to content

dpfprtus/git-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Git 자주 사용하는 명령어 정리

자주 사용하는 기본적인 명령어들을 정리했습니다.

저장소 생성

'''bash git init #저장소 생성 '''

##커밋하기 '''bash git add README.md #커밋할 파일 추가 git status git commit -m "~" git log --decorate=full --oneline --graph # 커밋로그 확인 '''

##브랜치 생성하기 '''bash git checkout -b readme #readme 라는 이름의 브랜치 생성 '''

##저장시간 추가 ''' 11월 16일 15시 38분 ''' ##라이센스 추가함

About

11월 16일 git 강의 실습

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published