Hacker News new | ask | show | jobs
by jerome_etienne 5849 days ago
"Say, you move a file from one folder to another: in the Terminal you would have to “git rm” the old path (the file is gone, so no tab-completion) and “git add” the new path" -- from the homapage. well "git mv" is doing that just fine...

It doesnt appear to serious on the homepage of a git product :)

http://www.kernel.org/pub/software/scm/git/docs/git-mv.html

1 comments

That aside, "git rm" (and "svn rm" and "cvs remove" for that matter) all tab-complete for me even when the "file is gone".