diff options
| author | June McEnroe <programble@gmail.com> | 2013-11-10 00:33:36 -0500 | 
|---|---|---|
| committer | June McEnroe <programble@gmail.com> | 2013-11-10 00:33:36 -0500 | 
| commit | ed9df0f449337b01618cd1280e5704e20ccd2d1f (patch) | |
| tree | f61104db2d508210b0a99c160b90ffb06a5ab7f8 /.gitconfig | |
| parent | Rehash on reload (diff) | |
| download | src-ed9df0f449337b01618cd1280e5704e20ccd2d1f.tar.gz src-ed9df0f449337b01618cd1280e5704e20ccd2d1f.zip  | |
Add GitHub username to gitconfig
Diffstat (limited to '')
| -rw-r--r-- | .gitconfig | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig index cec949b5..68646c4f 100644 --- a/.gitconfig +++ b/.gitconfig @@ -18,3 +18,5 @@ default = simple [include] path = .gitconfig.private +[github] + user = programble  |