07 ธันวาคม 2560

View total number of facebook share and facebook like

To see total number of facebook share and facebook like, you can go to this link

https://graph.facebook.com/?id=YOUR_WEB_SITE

e.g.

if i want to see stat of https://hoonapp.com/gem, i just navigate to

https://graph.facebook.com/?id=https://hoonapp.com/gem

then i can see how much people share and like my page.

how to migrate git repository from one git server to another git server

We can by simply migrate git repository from one git server to another git server using the git mirror mode. There are just 3 steps to do.

$ git clone --mirror OLD_GIT_REPO.git
$ cd OLD_GIT_REPO
$ git push --mirror NEW_GIT_REPO.git

บทความยอดนิยม (ล่าสุด)

บทความยอดนิยม (All Time)