how to move a folder as subfolder within the same repository in github -


eg:

parent->1.test 2. source want test folder move source, how move in github web app? can previous versions tracked after moving?

just move folder inside source folder , if app under git version control, track move , before moving things tracked in previous commit.

there nothing special need take care, move lots of folder while doing code-refactor , common scenario.

let me know if need more information.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -