13 lines
588 B
Markdown
13 lines
588 B
Markdown
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 (*) |