Changeset 072e48b in lab.git for TipAndDoc


Ignore:
Timestamp:
Nov 18, 2012 9:37:16 PM (11 years ago)
Author:
mitty <mitty@…>
Branches:
master, trunk
Children:
86521dd
Parents:
9be4681
Message:
  • add command and sort them
    • ls, nm, uno

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@178 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TipAndDoc/.gitconfig

    r9be4681 r072e48b  
    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.