Ezaurum's Blog
About
사용하는 툴
실용주의 프로그래머
버그일기
회고
git 현재 날짜로 번들 만들어서 지정 디렉토리로 이동하는 스크립트
2013-11-24
date +%Y%m%d | xargs -i{} git bundle create {}.bundle –all ; mv *.bundle [대상 디렉토리]
Tag
Backup
bundle
date
git
한줄정리
xargs
C# Socket.AcceptAsync에서 invalidOperationException이 날 때
Git에서 특정파일 임시로 커밋내역에서 제외하기