git checkout 브랜치명
참조
.box {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.box::-webkit-scrollbar {
display: none; /* Chrome, Safari, Opera*/
}
XAMPP Control Panel 에서 'Shell'을 클릭합니다.
웹서버에서 백업받은 sql 파일을 복원을 하는 작업을 한다고 할 경우,
해당 경로에서
mysql -u아이디 -p데이터베이스비밀번호 DB명 < 백업파일명
https://qastack.kr/unix/37329/efficiently-delete-large-directory-containing-thousands-of-files
find /path/to/folder -name "filenamestart*" -type f -exec rm -f {} \;
mkdir empty_dir
rsync -a --delete empty_dir/ yourdirectory/