From: it-developer@abelardolg.com
To: git@vger.kernel.org
Subject: A suggestion: more readable human commands
Date: Tue, 15 Jun 2021 12:51:36 +0200 [thread overview]
Message-ID: <fa2e886dd03a26c945d9deffe6f96d48@abelardolg.com> (raw)
Hi there,
I would like to suggest you a new improvement.
Why not adding a new layer of abstraction for commands or to make more
explicitly the commands?
For instance:
To merge a single file from one branch to another:
git checkout <branch_name> <path_to_file> --patch
would be like more readable human like this:
git merge <path_file> to <dst_branch>
It uses a more natural language.
Best regards.
next reply other threads:[~2021-06-15 10:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-15 10:51 it-developer [this message]
2021-06-15 10:59 ` A suggestion: more readable human commands Bagas Sanjaya
2021-06-15 11:55 ` Andreas Schwab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fa2e886dd03a26c945d9deffe6f96d48@abelardolg.com \
--to=it-developer@abelardolg.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.