git 현재 날짜로 번들 만들어서 지정 디렉토리로 이동하는 스크립트

2013-11-24

date +%Y%m%d | xargs -i{} git bundle create {}.bundle –all ; mv *.bundle [대상 디렉토리]

C# Socket.AcceptAsync에서 invalidOperationException이 날 때 Git에서 특정파일 임시로 커밋내역에서 제외하기