diff options
Diffstat (limited to 'dot-config')
| -rw-r--r-- | dot-config/git/config | 31 | ||||
| -rw-r--r-- | dot-config/git/ignore | 1 |
2 files changed, 17 insertions, 15 deletions
diff --git a/dot-config/git/config b/dot-config/git/config index 8efc821..b72e3ec 100644 --- a/dot-config/git/config +++ b/dot-config/git/config @@ -1,22 +1,23 @@ # vim: ft=gitconfig [init] - defaultBranch = main + defaultBranch = main [user] - email = blake@blkrom.com - name = Blake Romero - signingkey = 95FBC3871CCC3541 + email = blake@developercraft.com + name = Blake Romero + signingkey = 95FBC3871CCC3541 [commit] - verbose = true + verbose = true [alias] - update = add --update - pop = stash pop - amend = commit --amend - unstage = restore --staged - untrack = rm --cached - uncommit = reset --soft HEAD^ - pushall = !git remote | xargs -L1 git push --all + update = add --update + pop = stash pop + amend = commit --amend + unstage = restore --staged + untrack = rm --cached + uncommit = reset --soft HEAD^ + pushall = !git remote | xargs -L1 git push --all + count = rev-list --count HEAD [pretty] - list = format:%C(auto)%h %C(magenta)%G? %C(blue)%<(10,trunc)%as %C(green)%<(12,trunc)%aN %C(auto)%s%C(cyan)% gD%d - more = format:%C(cyan)%D%n%C(yellow)Commit: %H%n%C(auto)Author: %>(13)%as %an <%ae>%n%C(auto)Committer: %cs %cn <%ce>%n%C(auto)Subject: %s%n%C(auto)%b%N + list = format:%C(auto)%h %C(magenta)%G? %C(blue)%<(10,trunc)%as %C(green)%<(12,trunc)%aN %C(auto)%s%C(cyan)% gD%d + more = format:%C(cyan)%D%n%C(yellow)Commit: %H%n%C(auto)Author: %>(13)%as %an <%ae>%n%C(auto)Committer: %cs %cn <%ce>%n%C(auto)Subject: %s%n%C(auto)%b%N [format] - pretty = list + pretty = list diff --git a/dot-config/git/ignore b/dot-config/git/ignore new file mode 100644 index 0000000..b25c15b --- /dev/null +++ b/dot-config/git/ignore @@ -0,0 +1 @@ +*~ |
