Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- requestPermission
- shotcut
- prettyJson
- 이미지 gps
- application
- Blinking
- webview
- notification setting
- ExifInterface
- kdoc-generator
- ChromeCustomTab
- LOG
- Plugins
- datastore
- jsontokotlinclass
- BottomSheetDialog
- notification
- 403 Error
- onResume
- App Startup
- room
- navigation component
- itemAnimator
- Git
- Android
- notification bar
- ActivityResultContracts
- circlecrop
- onReceivedSslError
- skipcollapsed
Archives
- Today
- Total
목록Git (2)
Debbi Story
git log 멋지게 출력하기
.gitconfig 파일에 추가해주시면 됩니다! [alias] hist = log --graph --all --pretty=format:'%C(yellow)[%ad]%C(reset) %C(green)[%h]%C(reset) | %C(white)%s %C(bold red){{%an}}%C(reset) %C(blue)%d%C(reset)' --date=short
git
2021. 11. 8. 00:41
github ssh 계정별로 설정하기!
https://somjang.tistory.com/entry/%EB%A7%A5%EB%B6%81%EC%97%90%EC%84%9C-GitHub-%EA%B3%84%EC%A0%95-%EC%97%AC%EB%9F%AC%EA%B0%9C-%EC%82%AC%EC%9A%A9%ED%95%98%EB%8A%94-%EB%B0%A9%EB%B2%95 맥북에서 GitHub 계정 여러개 사용하는 방법! 이번 글에서는 최근 Git에서 GitHub 계정 로그인 방식이 패스워드 로그인 방식에서 Token 방식으로 변경되어 2021.08.14 - [유용한 정보/Git | GitHub] - [GitHub] The requested URL returned error: 403 해결.. somjang.tistory.com 위 블로그를 참고했습니다! ..
git
2021. 10. 23. 17:19