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..
git & github(2) upload code to github repository
·
카테고리 없음
As the last post mentioned that the github is for collaborating with other developers, from this post the information regaring how to share your work with other developer and how to collaborate with the other developers will be covered.Table of contents Create repository & code file Before uploading a project to the github repository, it is required to create a new repository in your github acco..
hyeonB
'github' 태그의 글 목록