diff --git a/.gitconfig b/.gitconfig
new file mode 100644
index 00000000..34d9d41c
--- /dev/null
+++ b/.gitconfig
@@ -0,0 +1,3 @@
+[user]
+	name = SheriffMudasir
+	email = sheriffmudasir2021@gmail.com
diff --git a/.lesshst b/.lesshst
new file mode 100644
index 00000000..4d1c30b7
--- /dev/null
+++ b/.lesshst
@@ -0,0 +1 @@
+.less-history-file:
diff --git a/README.md b/README.md
index 43fc9143..42d210ab 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,3 @@
 # Github-Examples
-A repo containing GitHub for programmatic examples
+A repo containing GitHub for programmatic examples 
+This is awesom
diff --git a/git-crash-course/Readme.md b/git-crash-course/Readme.md
index f96b960d..19ca438d 100644
--- a/git-crash-course/Readme.md
+++ b/git-crash-course/Readme.md
@@ -123,7 +123,7 @@ git branch branch-name
 Checkout the branch
 
 ```
-git checkout dev
+git checkout branchn_ame
 ```
 
 
diff --git a/sheriff-folder/README.md b/sheriff-folder/README.md
new file mode 100644
index 00000000..0db8a4e3
--- /dev/null
+++ b/sheriff-folder/README.md
@@ -0,0 +1,10 @@
+## Branches
+Create a new branch 
+```sh
+git branch branch-name
+```
+
+Switch to a branch
+```sh
+git checkout branch-name
+```
\ No newline at end of file