Skip to content

Instantly share code, notes, and snippets.

View abrhambas01's full-sized avatar
🎯
I'm busy with my freelance projects :'( Sorry github

Ai.B abrhambas01

🎯
I'm busy with my freelance projects :'( Sorry github
  • CEBU,PH
View GitHub Profile
@ezequiel9
ezequiel9 / Install Redis on Windows 10, PHP 7+
Created July 26, 2018 01:23
Install Redis on Windows 10, PHP 7+
Install Redis extension on your pc
Download the CORRECT version the DDL from the following link
https://pecl.php.net/package/redis/4.1.0/windows
Put the dll in the correct folder
Wamp -> C:\wamp\bin\php\php-XXXX\ext
Laragon -> C:\laragon\bin\php\php-XXX\ext
Edit the php.ini file adding
@DianaEromosele
DianaEromosele / Change "origin" of your GIT repository
Created August 7, 2016 00:31
Change "origin" of your GIT repository
$ git remote rm origin
$ git remote add origin git@github.com:aplikacjainfo/proj1.git
$ git config master.remote origin
$ git config master.merge refs/heads/master