Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
FOSS-lab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parkjiyoung
FOSS-lab
Commits
eb366770
Commit
eb366770
authored
2 years ago
by
parkjiyoung
Browse files
Options
Downloads
Patches
Plain Diff
11/09
parent
3ed82c2e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+17
-1
17 additions, 1 deletion
README.md
with
17 additions
and
1 deletion
README.md
+
17
−
1
View file @
eb366770
...
@@ -3,6 +3,22 @@
...
@@ -3,6 +3,22 @@
## 201921101 박지영 (PC에서 고쳤음)
## 201921101 박지영 (PC에서 고쳤음)
-
git log : 커밋 내역 확인
-
git log : 커밋 내역 확인
-
git clone : config 파일에 있는 url 기록
-
git clone : repository 복사 - config 파일에 있는 url 기록
-
git fork : 독립적인 프로젝트를 만들고 싶을 때
원 프로젝트에 merge 요청 가능
-
git init : 비어있는 git Repository만들기
-
git config --global : ~/.gitconfig에 정보 저장
-
git status : unmodified된 파일을 알려줌
-
git status : unmodified된 파일을 알려줌
-
git add : stage에 올라감
-
git add : stage에 올라감
-
git commit : 현재 Repository에 변경된 내용 저장 -> Repository 상태가 파일 수정 상태와 같아지기 때문에 다시 Unmodified 상태
-
commit 하나마다 branch 존재 - tag(버전 등) 붙일 수 있음
-
branch - 기본 브랜치 : master/main
ex) 버그가 생겼을 때 계속 개발해야하는 일과 버그를 고쳐야하는 일이 있을 때 브랜치를 따로 생성
-
snapshot : 어떤 순간의 어떤 상태
레포지토리 받아오기
-git pull : 자동으로 합쳐지지 않음
-git merge : 자동으로 합쳐짐
같은 파일을 고치고 있다면 merge를 사용해서 충돌을 방지해야함
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment