Re: Feature request: short cuts for git add /diff etc

2012-09-04 Thread Junio C Hamano
Коньков Евгений writes: > # git status > # On branch yandex_mail_new_api > # Your branch is ahead of 'origin/yandex_mail_new_api' by 2 commits. > # > # Changes not staged for commit: > # (use "git add ..." to update what will be committed) > # (use "git checkout -- ..." to discard changes in

Re: Feature request: short cuts for git add /diff etc

2012-09-04 Thread Nazri Ramliy
On Tue, Sep 4, 2012 at 7:25 PM, Коньков Евгений wrote: > sot this allow: > git diff 1 same asgit diff a1.txt > git diff 2 same asgit diff a2.txt > > git add 1same asgit add a1.txt > in case there are may be files with such names I may appply option -s,fo

Feature request: short cuts for git add /diff etc

2012-09-04 Thread Коньков Евгений
Hi, Git Change this: # git status # On branch yandex_mail_new_api # Your branch is ahead of 'origin/yandex_mail_new_api' by 2 commits. # # Changes not staged for commit: # (use "git add ..." to update what will be committed) # (use "git checkout -- ..." to discard changes in working directory)