Guest User

Untitled

a guest
Apr 29th, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. changing the git structure
  2. VL(repo)
  3. .git (hidden)
  4. code files
  5. ......
  6. .....
  7.  
  8. I want it like
  9.  
  10. html(repo)
  11. .git
  12. VL
  13. code files
  14. ......
  15. ......
  16.  
  17. mkdir VL
  18. git mv <all your code> VL
  19. git commit -m "moved all my code under VL"
  20.  
  21. git add -A
  22. git commit -m "moved code"
Advertisement
Add Comment
Please, Sign In to add comment