Skip to content

DevJunz/2023comp2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2023comp2

github에 오신 것을 환영합니다. \n1.git 로컬에 설치 후 기본 셋팅 \n2.fork하여 코드를 자신의 github로 옮긴다. \n3.git clone 명령어를 통해 자신의 로컬로 가져온다. 이 때 명령어가 실행되는 파일 위치를 기준으로 파일이 내려오게된다. \n4.내려온 파일 위치로 들어간다 cd 저장 디렉토리 위치 \n5.git init 명령어 실행 \n6.git checkout -b 자기 브렌치 이름 \n7.git add . : 현재 디렉토리의 모든 파일을 나의 로컬 git 저장소에 저장한다. \n8.git commit -m "메세지" : add된 파일들에 설명 메세지를 입력한다. \n9.git push : 나의 github로 수정된 파일을 올린다. \n10.협업 github로 pull request를 보낸다.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages