Thread (5 messages) flat view 5 messages, 5 authors, 2016-06-15

Re: [RFC/PATCH] Implement git-cp.

From: Miklos Vajna <hidden>
Date: 2016-06-15 22:44:12

On Sun, Feb 10, 2008 at 12:33:33PM +0000, Johannes Schindelin [off-list ref] wrote:
But your comment made me think again: It's better to "cp" those 
files/directories, and then "git add" the relevant ones.  It even avoids 
stupid mistakes where you commit something you "cp"ed, but did not need.
that's exactly why i think git-cp makes sense. git cp copies the
directory tree and adds the tracked files to the index. if you use cp -R
to copy the directory tree then git add, you can easily add untracked
files, while git cp avoids this.

if you count gitignore, then it's like: why having git commit -a if we
have git add -u and git commit?

(if i'm right you mean: use cp -R and git add, instead of git cp)

thanks
- VMiklos

Attachments

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help