diff --git a/README.md b/README.md index b1f3cc1..f5f6d4f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ Import =============== + +This repository is for adding existing repos and checkouts on various devices +in to git here. + +For example, there might be on the macbook pro a check out of the svn repo +with local modifications, and also on the desktop PC or imac or nuc similar +other checkouts of the same files also with local modifications. With putting +all these in to git, they can all be added in to branches in git for each +machine, and those branches slowly merged in to a mainline, and so on. + +Well that is the plan. + +- first create an empty repo +- 2nd check it out on different machines +- create branches on each machine +- then submit the local copies +- then slowly merge in to a mainline branch + +Probably will want to do this by project