Changeset 178 in lab


Ignore:
Timestamp:
Nov 18, 2012 9:37:16 PM (11 years ago)
Author:
mitty
Message:
  • add command and sort them
    • ls, nm, uno
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/TipAndDoc/.gitconfig

    r177 r178  
    55    ui = true 
    66[alias] 
     7    br = branch 
     8    ci = commit 
    79    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 
    913    st = status 
    10     br = branch 
    11     hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short 
     14    uno = status -uno 
    1215[core] 
    1316    excludesfile = ~/.gitignore 
Note: See TracChangeset for help on using the changeset viewer.