[user]
	name = <Your full name>
	email = <Your email>
[color]
	status = auto
	branch = auto
[github]
	user = <Your github username>
	token = <Your github token>
[alias]
  st = status
  ci = commit
  br = branch
  co = checkout
  df = diff
  lg = log -p

[mergetool "diffmerge"]
	cmd = diffmerge --merge --result=$MERGED $LOCAL $BASE $REMOTE
	trustExitCode = false
