명령줄을 사용하여 소스 코드 가져오기
To import source code, you can use command line tools.
About source code imports using the command line
You can use command line tools to import source code and its revision history to GitHub Enterprise Server.
GitHub에 로컬로 호스트된 코드 추가
코드가 컴퓨터에 로컬로 저장되고 Git에서 추적되거나 VCS(버전 제어 시스템)에서 추적되지 않는 경우 GitHub CLI 또는 Git 명령을 사용하여 코드를 GitHub Enterprise Server로 가져올 수 있습니다.
명령줄을 사용하여 외부 Git 리포지토리 가져오기
소스 코드가 Git 리포지토리에서 추적되는 경우 명령줄에서 Git을 사용하여 리포지토리를 가져올 수 있습니다.
Subversion 리포지토리 가져오기
리포지토리를 Git으로 변환한 다음 Git 리포지토리를 GitHub Enterprise Server에 푸시하여 Subversion에서 리포지토리를 가져올 수 있습니다.
Importing a Mercurial repository
You can import a repository from Mercurial by converting the repository to Git, then pushing the Git repository to GitHub Enterprise Server.
Importing a Team Foundation Version Control repository
You can import a repository from Team Foundation Version Control (TFVC) by converting the repository to Git, then pushing the Git repository to GitHub Enterprise Server.
관리 셸을 사용하여 다른 버전 제어 시스템에서 가져오기
관리 셸을 사용하여 Subversion, Mercurial 및 Team Foundation 버전 제어 GitHub Enterprise Server의 Git 리포지토리로 가져올 수 있습니다.