Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- changing the git structure
- VL(repo)
- .git (hidden)
- code files
- ......
- .....
- I want it like
- html(repo)
- .git
- VL
- code files
- ......
- ......
- mkdir VL
- git mv <all your code> VL
- git commit -m "moved all my code under VL"
- git add -A
- git commit -m "moved code"
Advertisement
Add Comment
Please, Sign In to add comment