Experimental Particle Physics at Kyung hee University

This is an old revision of the document!


git 기본 설정 파일

유저 디렉토리 아래 ~/.gitconfig 파일을 아래와 같이 작성해 두면 git명령어 사용시에 편리한 점이 많습니다.

[user]
	github = GITHUB_USER_NAME
	email = YOUR_EMAIL@khu.ac.kr
	name = YOUR_NAME
[color]
	ui = auto
[core]
  ignorecase = false
  editor = vim
[alias]
	co = checkout
	ci = commit
	b = branch
	l = log --oneline --graph
[push]
	default = current

public/docs/useful_setup_for_users.1628991772.txt.gz · Last modified: 2021/08/15 01:42 by Junghwan Goh