[READ-ONLY] Mirror of https://github.com/mrgnw/git. git config
0

Configure Feed

Select the types of activity you want to include in your feed.

git / alias
545 B 24 lines
1[alias] 2 a = add 3 aa = add . 4 b = branch 5 o = checkout 6 c1 = clone --depth 1 7 c = commit 8 cm = commit -m 9 cfg = config --global --edit 10 d = diff 11 dt = difftool 12 l = log --graph --all --pretty='format:%C(auto)%h %C(cyan)%ar %C(auto)%d %C(magenta)%an %C(auto)%s' 13 f = fetch 14 g = grep 15 m = merge 16 p = pull 17 r = remote 18 s = status 19 w = whatchanged --pretty='format:%C(auto)%h %C(cyan)%ar %C(auto)%d %C(magenta)%an %C(auto)%s' 20 21 configs = config --list 22 cfgl = config --edit 23 email = config --global user.email 24 name = config --global user.name