X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=.gitconfig;h=8df1303d6c4b7cbbf4ed0203c0270eb7f5e25374;hb=5c03e6e91441c2a3018adba7c1b2624cbdb5f18b;hp=4acfb4ce58dceb6015acd83ab7a7496dabc81c77;hpb=17e714b8a7e802c9d9dee00eeee9de1e419d13be;p=dotfiles.git diff --git a/.gitconfig b/.gitconfig index 4acfb4c..8df1303 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,5 +1,7 @@ [user] name = Mart Lubbers - email = mart@martlubbers.net + email = mart.lubbers@mpi.nl [alias] - tree = log --oneline --decorate --graph --all + tree = log --decorate --oneline --graph --all + pushd = push origin develop + pushm = push origin master