Recent posts

[Boost] 개요

less than 1 minute read

January 11 2022

설명 https://www.boost.org/ C++ 라이브러리들의 집합 부스트로 시작하여 표준에 포함되는 경우가 적지 않음

[Git] author 변경 방법

less than 1 minute read

December 20 2021

방법 python3 -m pip install --user git-filter-repo mailmap 파일 생성 name <${new mail address}> <${old mail address}> ex ...