Hacker News new | ask | show | jobs
by unfunco 1073 days ago

    [alias]
      br = branch
      co = checkout
      d = diff
      dc = diff --cached
      ec = config --global -e
      latest = log -1 HEAD
      please = push --force-with-lease
      st = status
Aliases for git can be added to ~/.gitconfig