diff --git a/git/.gitconfig b/git/.gitconfig index 8d40eb4..e275013 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -27,5 +27,7 @@ last = "!l() { ${EDITOR} $(git diff-tree --no-commit-id --name-only -r HEAD ); }; l" [rebase] autosquash = true +[github] + user = tomru [pull] ff = only