IT/programming

my github '깃허브'

나령 윤기도 2022. 12. 21.

Create a new repository(새 저장소 만들기)

A repository contains all project files, including the revision history. Already have a project repository elsewhere?            (리포지토리에는 개정 기록을 포함한 모든 프로젝트 파일이 포함되어 있습니다. 이미 다른 곳에 프로젝트                          저장소가 있습니까?)

Repository template(리포지토리 템플릿)

Start your repository with a template repository's contents.(템플릿 리포지토리의 콘텐츠로 리포지토리를 시작합니다.)

No template 
 syskido /Repository name
Your new repository will be created as (새 저장소는 다음과 같이 생성됩니다.)

Great repository names are short and memorable. Need inspiration?(훌륭한 리포지토리 이름은 짧고 기억하기               쉽습니다. 영감이 필요하십니까?)

How about fuzzy-memory?

Description (optional)
 
PublicAnyone on the internet can see this repository. You choose who can commit.
PrivateYou choose who can see and commit to this repository.Public                                                                                  (인터넷상의 모든 사람이 이 저장소를 볼 수 있습니다.
커밋할 수 있는 사람을 선택합니다.
비공개이 저장소를 보고 커밋할 수 있는 사람을 선택합니다.)

Initialize this repository with:

Skip this step if you’re importing an existing repository.(기존 리포지토리를 가져오는 경우 이 단계를 건너뜁니다.)

Add a README fileThis is where you can write a long description for your project.                                                  (README 파일 추가 여기에서 프로젝트에 대한 자세한 설명을 작성할 수 있습니다.)
 

Add .gitignore

Choose which files not to track from a list of templates.(템플릿 목록에서 추적하지 않을 파일을 선택합니다.)
.gitignore template: None 

Choose a license

A license tells others what they can and can't do with your code.                                                                                         (라이센스는 다른 사람에게 귀하의 코드로 할 수 있는 것과 할 수 없는 것을 알려줍니다.)
License: None 

This will set as the default branch. Change the default name in your                                                                                    (이것이 기본 분기로 설정됩니다. 귀하의 기본 이름을 변경하십시오.)

You are creating a public repository in your personal account.(개인 계정에 공개 리포지토리를 만들고 있습니다.)

댓글