diff --git a/git/gitconfig b/git/gitconfig index 5a6e317..ec847fa 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -1,5 +1,5 @@ [user] - name = Joshua Sherman + name = Josh Sherman email = josh@gravityblvd.com [diff] diff --git a/hg/hgrc b/hg/hgrc index 5bf0155..3035dc0 100644 --- a/hg/hgrc +++ b/hg/hgrc @@ -1,3 +1,3 @@ [ui] -username = Joshua Sherman +username = Josh Sherman verbose = True