문서 | 날짜 | 사용자 | 설명 |
|
2020/04/28 12:22 |
주레피 |
Git
* description : GIT 관련 내용 기술
* author : 주레피
* email : dhan@repia.com
* lastupdate : 2020-05-19
GitHub
GitLab
GitBash
VCS (Version Control System)
Centralized Version Control: CVS, Subversion, Perforce \\
Distributed Version Control: git, mercurial, darcs \\
Server : github, bitbucket \\ |
|
2022/10/28 13:19 |
오션 |
git add *(asterisk) VS git add .(period)
* description : git add *(asterisk) VS git add .(period)
* author : 오션
* email : shlim@repia.com
* lastupdate : 2022-10-28 Fri
git add *(asterisk) VS git add .(period)
add * means add all files in the current directory, except for files whose name begin with a dot. This is your shell functionality and Git only ever receives a list of files. |
|
2021/09/06 16:28 |
도봉산핵주먹 |
Git 연동
* description : Eclipse에서 git 연동하는 방법
* author : 도봉산핵주먹
* email : repia@repia.com
* lastupdate : 2021-09-06
Eclipse에서 Gitlab으로 프로젝트 올리기
1. Gitlab에 프로젝트 생성 |
|
2021/05/13 10:49 |
와프 |
* description : Eclipse에서 강제로 Pull OR Update 하기
* author : 와프
* email : iyyeo@repia.com
* lastupdate : 2021-05-13
상황
사용 환경 : Eclipse Platform
* 이클립스에서 git Pull을 하였을 경우에 master branch와 버전이 다르거나 수정하였을 때 오류가 나는 경우가 있는데, |