Friday, 5 January 2018

git bash

Zenkin


==============================================
npm config set https-proxy http://172.17.8.110:8080

npm config set http-proxy http://172.17.8.110:8080















npm config set proxy http://172.17.24.82:8080
npm config set https-proxy http://172.17.24.82:8080


npm config set proxy http://proxy.company.com:8080
npm config set https-proxy http://proxy.company.com:8080









npm config set proxy "http://infotelgroup.in\manoj.tiwari:qwerty%401234@172.17.8.110:8080"

npm config set https-proxy "http://infotelgroup.in\manoj.tiwari:qwerty%401234@172.17.8.110:8080"

====================

Login id is :manojtiwari 



git config --global https.proxy https://infotelgroup.in\\\manoj.tiwari:qwerty%40123456789@172.17.8.110:8080
git config --global http.proxy http://infotelgroup.in\\\manoj.tiwari:qwerty%40123456789@172.17.8.110:8080


git clone https://manojtiwari@bitbucket.org/digivive/nexg_383.git

git clone https://manojtiwari@bitbucket.org/digivive/common_hd_srch.git

git clone https://manojtiwari@bitbucket.org/digivive/ondeck.git

git clone https://manojtiwari@bitbucket.org/digivive/nexgtv_sd.git

git clone https://manojtiwari@bitbucket.org/digivive/tizen.git


git clone https://manojtiwari@bitbucket.org/digivive/common_hd.git

git clone https://manojtiwari@bitbucket.org/digivive/nexg.git

git clone https://manojtiwari@bitbucket.org/digivive/VIDDTH.git


git clone https://manojtiwari@bitbucket.org/digivive/AIRDTH.git




git clone http://manojtiwari@bitbucket.org/digivive/ondeck.git






==========================================================================================================
 

git config --global https.proxy https://infotelgroup.in\\\manoj.tiwari:Asdf%40123@172.17.8.110:8080
git config --global http.proxy http://infotelgroup.in\\\sharma.pankaj:Asdf%40123@172.17.8.110:8080

git clone https://sharmapankaj005@bitbucket.org/digivive/nexg_383.git


#To check modified files
git status

#To remove files or folder
git rm -rf controllers_22Aug_15

#To add
git add .
Or
git add test.php test1.php

#Commit
git commit -m "Your message"

#Git push

//Push all data in master
git push origin master



//branch create

git branch <development>

//enter perticular branch
git checkout <branchname>


//pull after cloning
git pull origin master



//pull after cloning
git pull origin master


/ for checking branch use 
1. git fetch
//enter perticular branch
2. git checkout <branch name> //reached on perticular branch