From 9221e76621f17e0fd8cba17e156423d56d2e31fa Mon Sep 17 00:00:00 2001 From: saravana kumar kandasami Date: Mon, 19 Jun 2017 13:41:07 +0000 Subject: [PATCH] README.md created online with Bitbucket --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md 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