Skip to content

Commit

Permalink
Put gitconfig in link and move machine-specific things to copy
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonMcCulloughRomaric committed Jul 18, 2019
1 parent 656c015 commit 25e0af0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions copy/.gitconfig.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[user]
name = Harrison McCullough
email = EMAIL
6 changes: 3 additions & 3 deletions copy/.gitconfig → link/.gitconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[user]
name = Harrison McCullough
email = EMAIL
[include]
path = .gitconfig.local
[core]
editor = "emacsclient"
autocrlf = input
Expand All @@ -10,6 +9,7 @@
# whitespace = fix
[alias]
s = status
a = add
b = branch
c = commit
ch = checkout
Expand Down

0 comments on commit 25e0af0

Please sign in to comment.