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 | 31 |
Tags
- 코딩테스트
- 지속가능한개발자
- Mac
- Django
- 삼각형
- 백준
- node
- Express
- 코테
- 알고리즘
- vscode
- 자바스크립트
- 정보처리기사
- CSS
- boostcamp
- 5기
- python
- react
- 개발자
- 부스트캠프
- Object
- 런타임에러
- 실기
- 배포
- js
- javascript
- 네이버커넥트재단
- 사이트
- Git
- array
Archives
- Today
- Total
목록Mac (2)
개발 공부 기록
[Mac] Mac 꾸미기 - Run Cat
Run Cat은 AppStore에서 설치 가능하다. Cat은 Mac의 CPU 사용량에 따라 다른 속도로 실행되며, 현재 CPU 사용량이 얼마나 되는지 Cat을 보면 알 수 있다. 고양이도 원하는 타입으로 변경 가능하다.
개발/기타
2021. 12. 6. 14:13
[git] mac에서 Github 계정 여러개 사용하기
1. Personal Access Token 생성 https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token Creating a personal access token - GitHub Docs You should create a personal access token to use in place of a password with the command line or with the API. docs.github.com 2. 기존 저장소에 유저 정보 설정 git remote set-url origin https://USERNAME@gith..
개발/git
2021. 9. 2. 20:11