diff --git a/.gitconfig b/.gitconfig
index b1c0bcaa..4e46e112 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -17,11 +17,15 @@
   ll = log --oneline --stat
   ls = log --oneline --decorate
   noff = merge --no-ff
+  rebase-my-fork = !git fetch upstream && git rebase upstream/master
+  remotes = remote -v
   staged = diff --staged
   undo = reset --hard
   unstage = reset HEAD --
   wipe = clean -fd
   word-diff = diff --word-diff
+  ls = log --oneline --decorate
+  ll = log --oneline --stat
 
   # Print the name of the current branch.
   current-branch = symbolic-ref --short HEAD