• F
    Add git alias for staging tracked files (#5178) · 456341fd
    Felipe Guilherme 提交于
    Although `gaa` (git add --all) is cool, it stages every file, tracked or
    not, if it is not on .gitignore.
    
    Sometimes we want to just stage everything we are working on, that is
    already tracked. For that reason, 'gau' can save us some time.
    456341fd
git.plugin.zsh 6.7 KB