Changeset 072e48b in lab.git for TipAndDoc/.gitconfig
- Timestamp:
- Nov 18, 2012 9:37:16 PM (12 years ago)
- Branches:
- master, trunk
- Children:
- 86521dd
- Parents:
- 9be4681
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TipAndDoc/.gitconfig
r9be4681 r072e48b 5 5 ui = true 6 6 [alias] 7 br = branch 8 ci = commit 7 9 co = checkout 8 ci = commit 10 hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short 11 ls = ls-files 12 nm = branch --no-merged 9 13 st = status 10 br = branch 11 hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short 14 uno = status -uno 12 15 [core] 13 16 excludesfile = ~/.gitignore
Note: See TracChangeset
for help on using the changeset viewer.