wget http://efspco.ir:9696/rezaie/git_setup.git && tar -xvf git-2.9.5.tar.gz && cd git-2.9.5 && make configure && sudo ./configure --prefix=/usr && sudo make && sudo make install && git config --global user.name "Mohamad Rezaie" && git config --global user.email m.rezaie.aval@gmail.com && cd ../ && cd packages && sudo rpm -ivh --force *.rpm
wget http://192.168.2.221:3000/rezaie/git_setup.git && tar -xvf git-2.9.5.tar.gz && cd git-2.9.5 && make configure && sudo ./configure --prefix=/usr && sudo make && sudo make install && git config --global user.name "Mohamad Rezaie" && git config --global user.email m.rezaie.aval@gmail.com && cd ../ && rm -rf git-2.9.5.tar.gz && rm -rf git-2.9.5