git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Feature request: short cuts for git add /diff etc
@ 2012-09-04 11:25 Коньков Евгений
  2012-09-04 11:51 ` Nazri Ramliy
  2012-09-04 18:03 ` Junio C Hamano
  0 siblings, 2 replies; 3+ messages in thread
From: Коньков Евгений @ 2012-09-04 11:25 UTC (permalink / raw)
  To: git

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 <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
#       modified:   a1.txt
#       modified:   a2.txt
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#       new.txt

to 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 <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
#       modified(1):   a1.txt
#       modified(2):   a2.txt
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#   (3)    new.txt


sot this allow:
git diff 1       same as        git diff a1.txt
git diff 2       same as        git diff a2.txt

git add 1        same as        git add a1.txt
in case there are may be files with such names I may appply option -s,for example
git add [ -s | --stage ] 1 . This will force to add file from list of
'git status' and do not use '1' as file name.

git add 3        same as         git add new.txt


This very handy and will keep developer from useless typing =)

-- 
 С уважением,
 Коньков Евгений
 Программист
 Регистратор доменных имен REG.RU
 Телефон: +38 (097) 7654-676
 www.reg.ru
 ___________________
 Sincerely yours,
 Konkov Eugen
 Developer
 Accredited domain Registrar REG.RU, LLC.
 Phone: +38 (097) 7654-676
 www.reg.ru/en/

mailto:kes@reg.ru

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-09-04 18:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-04 11:25 Feature request: short cuts for git add /diff etc Коньков Евгений
2012-09-04 11:51 ` Nazri Ramliy
2012-09-04 18:03 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).