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 (1)
·
카테고리 없음
(This post covers basic information about git, if you already have a basic understanding of git, please proceed to the post) What is git?Git is a VCS program, where VCS stands for Version Control System. This means that Git manages the version of code. But what exacly is a version of code? Versions can be explained as versions in 'time' and versions in 'dimension'. TimeIf there are five differen..
hyeonB
'git' 태그의 글 목록