Hi, I have a project (C# if it is matter) which I keep inside a git repository. Every at the end of each development cycle I release a version of the project (this is new :)
There are then few possible actions: 1. Continue to develop and never look at this release. 2. A bug is found and I need to return to that version, validate it and correct it. 3. Release the same binary version but for different customer which means rebuild and repackage. I use ClickOnce deployment. I am currently not keeping the binary deployment packages under the same git repository, should I? I'm using Tag to mark each release (I never use the same version number on different customers) but I have trouble if I need to go back after further development and release QFE without create multiple branches all over. Guidance will be appreciated. Ido -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to git-us...@googlegroups.com. To unsubscribe from this group, send email to git-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.