瀏覽代碼

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