git & github (4) push & pull
·
git & github
If you're unfamiliar with what a clone repository is, please visit this post to learn about clone repositories. In this post, ㅑ will cover how to push and pull from a remote repository in order to collaborate with other developers.  If developeres A and B are collaborating, and A has created a project and pushed it to his repository, A must add B as a collaborator for them to work together. If B..
git & github (3) clone repository from other repository
·
git & github
This post will covers how to clone a code which is already exists in other repositofy for using your self or collarborating with other developers. What is clone?To use a code from repository, you need to copy the code from remote repository to your local environment.  Clone a repository for open source useif you want to use an open source project, you can simply clone the code and modify it in y..
hyeonB
'git & github' 카테고리의 글 목록