사용자 도구

사이트 도구


git:github

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
git:github [2020/02/26 09:33]
kwon37xi [SSH Key Pair 생성]
git:github [2020/09/08 23:24]
kwon37xi [Release]
줄 13: 줄 13:
  
 ===== SSH Key Pair 생성 ===== ===== SSH Key Pair 생성 =====
-<code sh> 
-ssh-keygen -t rsa -b 4096 -C "your_email@example.com" 
-</code> 
-  * [[:upsource|Upsource]]에서도 사용하려면 ''-m pem'' 옵션 추가할 것 
- 
 <code sh> <code sh>
 ssh-keygen -t rsa -b 4096 -m pem -C "your_email@example.com" ssh-keygen -t rsa -b 4096 -m pem -C "your_email@example.com"
 </code> </code>
 +  * [[linux:ssh|Linux SSH]] 참조
 ===== Github Browser Extensions ===== ===== Github Browser Extensions =====
   * https://github.com/collections/github-browser-extensions   * https://github.com/collections/github-browser-extensions
줄 31: 줄 26:
 ===== Release ===== ===== Release =====
   * [[https://help.github.com/en/articles/creating-releases|Creating releases - GitHub Help]]   * [[https://help.github.com/en/articles/creating-releases|Creating releases - GitHub Help]]
 +  * [[https://gist.github.com/lukechilds/a83e1d7127b78fef38c2914c4ececc3c|Shell - Get latest release from GitHub]]
 ===== Duplicate Repository ===== ===== Duplicate Repository =====
   * Fork 한 리포지토리는 설정 변경에 제약이 있다. 자유롭게 설저을 변경하려면 duplicate 를 해야한다.   * Fork 한 리포지토리는 설정 변경에 제약이 있다. 자유롭게 설저을 변경하려면 duplicate 를 해야한다.
줄 49: 줄 44:
 rm -rf old-repository.git rm -rf old-repository.git
 </code> </code>
 +
 +===== Profile =====
 +  * [[https://zzsza.github.io/development/2020/07/10/make-github-profile-readme/|Github Profile Readme로 프로필 꾸미기 · 어쩐지 오늘은]]
 +  * [[https://github.com/anuraghazra/github-readme-stats|anuraghazra/github-readme-stats: Dynamically generated stats for your github readmes]]
 +
 +
git/github.txt · 마지막으로 수정됨: 2021/11/19 10:14 저자 kwon37xi