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.

repo snapshot

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

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -