Lots of beginners and also developers with few years of experience are doing the same errors and that’s they don’t know what’s going on in…
Leave a CommentMarten's blog Posts
I last 5 or so years I worked with a few companies and was responsible for migration to Git and teaching the team best practices and differences between Git and their old VCS. Sometimes it went smoothly, sometimes it took some time to adapt to few individuals. The companies were using SVN one of the was still on CVS. I liked every bit of the migration and mentoring tens of developers. It helped me to summarize my knowledge and group it to parts by level of knowledge. Git is really powerful tool. If you think that you mastered it, you are wrong. There are many parts you still don’t know and will not know to details, but that’s ok. You can find many “How to” guides on using Git, but I’ll try to follow little bit different approach and path. I’ll compare every step with SVN and CVS, which are the most common, or at least were, VCSs.
Leave a Comment.NET Real Life Unit Testing: How to Test Dependencies & Legacy Code Tuesday, November 27, 2012 3:00 PM – 4:00 PM GMT You may have…
Leave a CommentWhat is continuous integration Continuous integration (CI) is the practice of merging developer workspaces with a shared mainline several times a day. Its main aim…
Leave a CommentIf you are developing on one platform and not sharing your code, you will not have a problem with the line endings. But on multiplatform…
1 Comment