Moving a git repository up one hierarchy level
问题 Git beginner question: I have a small private webproject which is versioned locally with msysgit. There is no exterior repository, as it\'s only for me, so i can bascially do whatever I want. I\'ve had this set up in the project directory, ie in \"webroot\". Now a second directory had to be created, placed parallel to webroot. Let\'s call it assets. So structure is now as follows: \\ project directory ----\\webroot ----\\assets I\'d love to include this new directory in the git repository, so