명령줄을 사용하여 소스 코드 가져오기
To import source code that is not accessible from the public internet, 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.
GitHub에 로컬로 호스트된 코드 추가
코드가 컴퓨터에 로컬로 저장되고 Git에서 추적되거나 VCS(버전 제어 시스템)에서 추적되지 않는 경우 GitHub CLI 또는 Git 명령을 사용하여 코드를 GitHub로 가져올 수 있습니다.
명령줄을 사용하여 외부 Git 리포지토리 가져오기
Git 리포지토리가 공용 인터넷에서 액세스할 수 없는 코드 호스팅 서비스에 저장된 경우 명령줄에서 Git을 사용하여 리포지토리를 가져올 수 있습니다.
Subversion 리포지토리 가져오기
리포지토리를 Git으로 변환한 다음 Git 리포지토리를 GitHub에 푸시하여 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.
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.