기타(5)
-
Adobe 2019 CC 다운로드 및 크랙
보호되어 있는 글입니다.
2019.11.12 -
[Github] Git 복사방법
git remote add github https://yourLogin@github.com/yourLogin/yourRepoName.git git push --mirror github 출처 : https://stackoverflow.com/questions/22265837/transfer-git-repositories-from-gitlab-to-github-can-we-how-to-and-pitfalls-i
2019.09.24 -
Firebase Remote Config
https://medium.com/harrythegreat/android-remote-config-%EC%9E%98-%ED%99%9C%EC%9A%A9%ED%95%98%EA%B8%B0-f8b04ef2645a
2019.07.08 -
나의 맥 기본 설정하기 2019.06.19
-
[Github] 프로젝트 언어 변경
Github의 프로젝트 언어는 모든 소스코드 파일을 분석하여, 가장 높은 비율의 언어를 표시합니다.언어가 잘못 표시되는 이유는 프로젝트 안의 '의도하지 않은 소스코드 파일'들 때문이니, .gitattributes 파일에서 '의도하지 않은 소스코드 경로'를 작성하여 분석에서 제외합니다.경로 하위의 모든 파일을 제외 : 경로/*특정 확장자를 제외 : *.md특정한 형태의 파일명을 가진 파일을 제외 : test*.javaex. React-Native의 경우ios/* linguist-vendoredandroid/* linguist-vendored 참고 : https://kr-zephyr.github.io/github/2017/06/07/github-change-repo-language.html
2019.02.18