how to setup git in windows machine #install github for windows - https://git-for-windows.github.io/ #create folder #select folder right click and git bash here in cmd line use or create a new repository on the command line echo "# test" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/spectrumted/test.git git push -u origin master …or push an existing repository from the command line git remote add origin https://github.com/spectrumted/test.git git push -u origin master ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ to add git on webserver download putty give cpanel domain as host port 22 then ok enter username password then at the root cpanel From your home directory( cd ~/ ), get the rpm: $ wget http://pkgs.repoforge.org/git/git-1.7.9.6-1.el5.rf.i386.rpm Install & Configure Git Unpack git using rpm2cpio and cpio: ...
Common or rare errors in php, Drupal, nodejs, magento