Index: TipAndDoc/.gitconfig
===================================================================
--- TipAndDoc/.gitconfig	(revision 9be4681e9c2dee1bdd7eb904c6e8e2553c408e10)
+++ TipAndDoc/.gitconfig	(revision 072e48b7da32571b78f33602b721c2a4692916a2)
@@ -5,9 +5,12 @@
 	ui = true
 [alias]
+	br = branch
+	ci = commit
 	co = checkout
-	ci = commit
+	hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
+	ls = ls-files
+	nm = branch --no-merged
 	st = status
-	br = branch
-	hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
+	uno = status -uno
 [core]
 	excludesfile = ~/.gitignore
