GIT basics
~/.gitconfig
http://www.gitshah.com/2010/12/how-to-setup-kdiff-as-diff-tool-for-git.html
$ git config --global user.name "Sairamreddy Vintha"
$ git config --global user.email svintha@liveareacx.com
git remote set-url origin https://svintha@bitbucket.org/xxxx/hybris.git
http://www.gitshah.com/2010/12/how-to-setup-kdiff-as-diff-tool-for-git.html
$ git config --global user.name "Sairamreddy Vintha"
$ git config --global user.email svintha@liveareacx.com
git remote set-url origin https://svintha@bitbucket.org/xxxx/hybris.git
Comments
Post a Comment