자주 사용하는 명령어
Git 이 관리하는 모든 파일 조회
git ls-tree -r master --name-only
출처 : https://superuser.com/questions/429693/git-list-all-files-currently-under-source-control
Download youtube
Youtube 영상을 파일로 저장을 할 수 있다. 집에 인터넷이 안 된다면 회사에서 다운로드 받도록 하자.
youtube-dl --add-metadata -i -x --audio-format flac -- [youtube id]
Create django superuser
$ python manage.py createsuperuser …