소스 검색

Added git-universe

Alois Mahdal 12 년 전
부모
커밋
6907d4ec29
2개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 8
    0
      dotfiles/git-universe/gitconfig
  2. 4
    0
      dotfiles/git-universe/setup

+ 8
- 0
dotfiles/git-universe/gitconfig 파일 보기

@@ -0,0 +1,8 @@
1
+[user]
2
+	name = Alois Mahdal
3
+[color]
4
+	ui = true
5
+[core]
6
+	editor = vim
7
+[alias]
8
+  gr = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"

+ 4
- 0
dotfiles/git-universe/setup 파일 보기

@@ -0,0 +1,4 @@
1
+#!/bin/sh
2
+
3
+echo "[include]">>~/.gitconfig
4
+echo "    path = ~/.git-universe/gitconfig">>~/.gitconfig