Series: Why git?, Basics, Branches, Merging, Remotes The last video covered how to make branches and simple merges. This time we look at what to do wh… ...more
Can you guess the output of this program? class SplitTest { static void split( String s ) { System.out.println( s.split( ";" ).length … ...more
Windows generally uses a case-insensitive but not case-preserving file system. When writing some code that is intended to be used on Linux as well as … ...more
Series: Why git?, Basics, Branches, Merging, Remotes Last time we discussed starting a project and committing changes. Now we look at how to create br… ...more
I have been fiddling with some git-related shell scripts, and decided to try and follow the same approach as git in their structure. This means using … ...more