Jun
27
2016
How to make a Pull Request
By abernal
In order to submit a Pull Request, follow this procedure
In order to submit a Pull Request, follow this procedure
sudo apt-get install git
git --version
git config --global user.name "alejandrobernalcollazos" git config --global user.email alejandro@alejandrobernalcollazos.com git config --global core.editor vim git config --global merge.tool kdiff3
In these configurations