Why should I know this?

git 계정 설정 본문

Study

git 계정 설정

die4taoam 2017. 12. 17. 12:26

# name

git config --global user.name "HanbumPark"


# email

git config --global user.email "kese111@gmail.com"


# commit with signed off

git commit -s

'Study' 카테고리의 다른 글

Control Flow Integrity for COTS Binaries  (0) 2023.02.04
Class linking 메커니즘 - jvm  (0) 2022.09.30
역공학(=Reverse Engineering)을 위한 컴퓨터 기본 원리  (0) 2022.02.15
[C] 다른 문자 위치 찾기  (0) 2019.11.17
git 복구  (0) 2019.09.25
Comments