Closed
Conversation
Livenow14
reviewed
Dec 31, 2020
Contributor
Livenow14
left a comment
There was a problem hiding this comment.
전반적으로 좋습니다.
"누군가 내가 정리한 것을 볼 수 도 있다. " 라는 생각으로 다음엔 조금 더 신경써도 괜찮을 거같아요
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) |
Contributor
There was a problem hiding this comment.
이렇게 참고자료를 한번에 올리는 습관 좋은습관인 것 같습니다.
다만 참고자료 따로 정리자료 따로 관리를 해야할 수 도 있어(2번 관리),
저 같은 경우 정리한 것 밑에 refer를 두어 참고한 링크를 둡니다.
Comment on lines
+9
to
+17
| ## git repos | ||
|
|
||
| ### 1. 서버에 있는 저장소를 clone | ||
|
|
||
| ### 1. 기존 프로젝트를 git저장소로 | ||
| - git init | ||
| .git이라는 하위 디렉토리를 만든다. .git디렉토리에는 저장소의 skeleton이 있다. | ||
| - 이후 staging해서 commit | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.