Skip to content

Instantly share code, notes, and snippets.

@samueljohn
Last active December 21, 2015 11:08
Show Gist options
  • Select an option

  • Save samueljohn/6296807 to your computer and use it in GitHub Desktop.

Select an option

Save samueljohn/6296807 to your computer and use it in GitHub Desktop.

Revisions

  1. samueljohn revised this gist Aug 21, 2013. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions config
    Original file line number Diff line number Diff line change
    @@ -6,12 +6,12 @@
    ignorecase = true
    autocrlf = false
    [color]
    branch = auto
    branch = auto
    status = auto
    interactive = auto
    diff = auto
    [prompt]
    showinfo = true
    showinfo = true

    [remote "samuel"]
    fetch = +refs/heads/*:refs/remotes/samuel/*
    @@ -20,6 +20,6 @@
    url = https://github.com/mxcl/homebrew.git
    fetch = +refs/heads/*:refs/remotes/origin/*
    [branch "master"]
    remote = origin
    remote = origin
    merge = refs/heads/master

  2. samueljohn created this gist Aug 21, 2013.
    25 changes: 25 additions & 0 deletions config
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,25 @@
    [core]
    repositoryformatversion = 0
    filemode = true
    bare = false
    logallrefupdates = true
    ignorecase = true
    autocrlf = false
    [color]
    branch = auto
    status = auto
    interactive = auto
    diff = auto
    [prompt]
    showinfo = true

    [remote "samuel"]
    fetch = +refs/heads/*:refs/remotes/samuel/*
    url = [email protected]:samueljohn/homebrew.git
    [remote "origin"]
    url = https://github.com/mxcl/homebrew.git
    fetch = +refs/heads/*:refs/remotes/origin/*
    [branch "master"]
    remote = origin
    merge = refs/heads/master