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