commit 9221e76621f17e0fd8cba17e156423d56d2e31fa Author: saravana kumar kandasami Date: Mon Jun 19 13:41:07 2017 +0000 README.md created online with Bitbucket diff --git a/README.md b/README.md new file mode 100644 index 0000000..0a5f7b9 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ + This Application is For Resico India Pvt Ltd. + + To clone : + "git clone https://venbainfotech@bitbucket.org/venbainformationtechnology/resico_application.git" (use your life if u have own crediantial) + +To Push : + * git init (for first time compulsary ) + * git add --all (*) + * git status (optional , to check the status of add ) + * git commit add origin https://venbainfotech@bitbucket.org/venbainformationtechnology/resico_application.git ( For first time compulsary) + * git commit -m "your message" (for Windows *) + * git commit -m 'your message' (for Linux *) + * git push --all (*) + + + \ No newline at end of file