github - how to move a file up the hierarchy in git? -
i'm trying move index.html file app/pages/index.html root of directory. have (mv app/pages/index.html) far, i'm not sure enter next point root of repo. explained right... thanks.

you mv app/pages/index.html . works because . refers current directory. however, want git mv app/pages/index.html . instead, git automatically knows new file location.
Comments
Post a Comment