Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 645 Bytes

index.md

File metadata and controls

25 lines (20 loc) · 645 Bytes

git alias

Git alias help

Git alias:

    alias = "!f(){ \
        echo \"Git Alias is project that has a collection of git alias commands.\"; \
        echo \"The purpose is to help make git easier, faster, and more capable.\"; \
        echo \"Free open source repository <https://github.com/gitalias/gitalias>.\"; \
        echo \"\"; \
        echo \"To see your existing git aliases:\"; \
        echo \"    git aliases\"; \
        echo \"\"; \
        echo \"To see your existing git aliases by using git directly:\"; \
        echo \"    git config --get-regexp ^alias\\.\"; \
    };f"

Example:

git alias