ALL
diff --git a/Auto_Merge.sh b/Auto_Merge.sh
deleted file mode 100644
index 5597ea1..0000000
--- a/Auto_Merge.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-# Automatically merge the last commit through the following branches:
-# Integration-Releases -} master
-
-#git checkout -b issue-001 master
-
-CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
-LAST_COMMIT=$(git rev-list -1 HEAD)
-
-echo Automatically merging commit $LAST_COMMIT from $CURRENT_BRANCH rippling to master
-
-case $CURRENT_BRANCH in
-issue-001)
- 
-  git checkout master
-  git merge $CURRENT_BRANCH
-  git push
-  git checkout Integration-Releases
-  git merge $CURRENT_BRANCH
-  git push
- #git branch -d issue-#001
-  ;;
-esac
\ No newline at end of file
diff --git a/Auto_Merge1.bat b/Auto_Merge1.bat
deleted file mode 100644
index bf36116..0000000
--- a/Auto_Merge1.bat
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-# Automatically merge the last commit through the following branches:
-# Integration-Releases -} master
-
-CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
-LAST_COMMIT=$(git rev-list -1 HEAD)
-
-echo Automatically merging commit $LAST_COMMIT from $CURRENT_BRANCH rippling to master
-
-case $CURRENT_BRANCH in
-Integration-Releases)
-  #git checkout Integration-Releases
-  #git merge $CURRENT_BRANCH
-  git checkout master
-  git merge $CURRENT_BRANCH
-  git checkout $CURRENT_BRANCH
-  ;;
-esac
\ No newline at end of file
diff --git a/Demo b/Demo
new file mode 160000
index 0000000..9f31015
--- /dev/null
+++ b/Demo
@@ -0,0 +1 @@
+Subproject commit 9f310154ae21c00b7e50d61d5ed47e632687be5b
diff --git a/autofile.txt b/autofile.txt
deleted file mode 100644
index e69de29..0000000
--- a/autofile.txt
+++ /dev/null
diff --git a/bash.exe.stackdump b/bash.exe.stackdump
deleted file mode 100644
index 24ab765..0000000
--- a/bash.exe.stackdump
+++ /dev/null
@@ -1,9 +0,0 @@
-Stack trace:
-Frame        Function    Args
-00000226178  0018007208E (0018026056D, 00180215E46, 00000226178, 00000225070)
-00000226178  00180046DF2 (000002260D8, 00000000000, 00000000000, 001005E6E6C)
-00000226178  00180046E32 (00180260629, 00000226028, 00000226178, 00000000000)
-00000226178  001800BDE7F (00000000000, 00000000000, 00000000000, 00000000000)
-00000226178  001800BE09F (000002261A0, 00000000000, 00000000000, 00000000000)
-00000226220  001800BF35A (000002261A0, 00000000000, 00000000000, 00000000000)
-End of stack trace
diff --git a/readme.txt b/readme.txt
deleted file mode 100644
index 47a44d9..0000000
--- a/readme.txt
+++ /dev/null
@@ -1 +0,0 @@
-SURESH   
\ No newline at end of file