git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* A suggestion: more readable human commands
@ 2021-06-15 10:51 it-developer
  2021-06-15 10:59 ` Bagas Sanjaya
  2021-06-15 11:55 ` Andreas Schwab
  0 siblings, 2 replies; 3+ messages in thread
From: it-developer @ 2021-06-15 10:51 UTC (permalink / raw)
  To: git

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.

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

end of thread, other threads:[~2021-06-15 11:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-15 10:51 A suggestion: more readable human commands it-developer
2021-06-15 10:59 ` Bagas Sanjaya
2021-06-15 11:55 ` Andreas Schwab

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).