X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gitconfig.in;h=a701c250b2953f50c4c38e73800776ab843351d4;hb=818a192058faa7b69d1ec8d8b80bba3a7f57865d;hp=1f24fb838fa0b02438214e32b7f10ca722da2dc7;hpb=245fd7c2eb7a68c0094ec7a76b933cdd9f71c2ef;p=config%2Fdotfiles.git diff --git a/gitconfig.in b/gitconfig.in index 1f24fb8..a701c25 100644 --- a/gitconfig.in +++ b/gitconfig.in @@ -81,11 +81,20 @@ a = add ap = add --patch au = add --update + rs = reset + rsh = reset --hard + rsp = reset --patch + # Only clean ignored files. + cl = clean -ndx + clf = clean -fdx ## Branches. co = checkout b = branch -a -v m = merge mo = merge origin/master + re = rebase + rei = rebase --interactive + rec = rebase --continue ## Remote. f = fetch t = tag