Skip to content

Conversation

@BLINK-ONCE
Copy link

No description provided.

Copy link
Contributor

@Livenow14 Livenow14 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

전반적으로 좋습니다.
"누군가 내가 정리한 것을 볼 수 도 있다. " 라는 생각으로 다음엔 조금 더 신경써도 괜찮을 거같아요

Comment on lines +1 to +32
# 유용한 정보 찾으면 정리

## git

### [git-command1 (for-branch)](https://medium.com/@joongwon/git-git-%EB%AA%85%EB%A0%B9%EC%96%B4-%EC%A0%95%EB%A6%AC-c25b421ecdbd)

### [git-command2](https://m.blog.naver.com/PostView.nhn?blogId=jdusans&logNo=222043705693&proxyReferer=http:%2F%2Fm.facebook.com%2F)

### [git-command3](https://webclub.tistory.com/317)

### [.gitignore1](https://nesoy.github.io/articles/2017-01/Git-Ignore)

### [.gitignore](https://gbsb.tistory.com/11)

### [commit-message-tip](https://blog.ull.im/engineering/2019/03/10/logs-on-git.html)

### git-commit/pull-unmerged-conflict
- [error-message: commiting-is-not-possible-because-you-have-unmerged-files.](https://velog.io/@2ujin/%EA%B9%83-Pull-is-not-possible-because-you-have-unmerged-files-%EC%97%90%EB%9F%AC)

- [merge-conflict](https://wayhome25.github.io/git/2017/04/05/git-04-merge/)

### [delete-remote-repository-branch](https://remagine.tistory.com/17)


## MD

### [mark-down-manual](https://heropy.blog/2017/09/30/markdown/)


## JAVA

### [first-of-java](https://wikidocs.net/887)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이렇게 참고자료를 한번에 올리는 습관 좋은습관인 것 같습니다.
다만 참고자료 따로 정리자료 따로 관리를 해야할 수 도 있어(2번 관리),
저 같은 경우 정리한 것 밑에 refer를 두어 참고한 링크를 둡니다.

Comment on lines +9 to +17
## git repos

### 1. 서버에 있는 저장소를 clone

### 1. 기존 프로젝트를 git저장소로
- git init
.git이라는 하위 디렉토리를 만든다. .git디렉토리에는 저장소의 skeleton이 있다.
- 이후 staging해서 commit

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

가독성 부분에서 변경해볼 만 한듯

@Livenow14 Livenow14 closed this Jan 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants