Skip to content

Instantly share code, notes, and snippets.

touch settings.xml
notepad settings.xml
git add -A
git commit -m "adding settings"
git checkout -b wayne
touch test.cs
notepad test.cs
git add -A
git commit -m "doing some work"
notepad Settings.xml
git add -A
git commit -m "editing settings"
git add -A
git commit -m "doing some more work"
D:\git\cp-demo>git log
commit 9c7a9b7ccceff5d9279da2b98b9e09b1f02b17cd
Author: wdouglas@aditi.com <wdouglas@aditi.com>
Date: Thu Jul 17 14:38:31 2014 +0100
even more work on test.cs - v busy day
commit 114e19c1de39143ff8286be4a1af9a43ac472a27
Author: wdouglas@aditi.com <wdouglas@aditi.com>