Monday, 27 June 2016

Signing Git Commits & Tags with GPG2 and Verified on GitHub

Source : Signing Git Commits & Tags with GPG2 and Verified on GitHub
Published On : June 27, 2016 at 04:59PM
By : Collins Agbonghama

So i got myself a MacBook PRO and finally made the switch to Mac world after a long time being a Windows user.

One of the things i have been meaning to do was to GPG sign my git commits. Setting up my new MacBook proves to be the perfect time and finally, i did it.

The web has a number of tutorials that shows how to sign git commits with GnuPG (GPG) but none with GPG version 2.…



For More Go to : W3Guy – A Geek's Diary

Labels:

Monday, 20 June 2016

Dealing With “Detached HEAD” State in Git

Source : Dealing With “Detached HEAD” State in Git
Published On : June 20, 2016 at 12:54PM
By : Collins Agbonghama

When you pull in branches from your repository remote or upstream by running say git pull origin master (to pull changes from origin master branch) or git pull upstream non-breaking-space to pull in non-breaking-space branch from upstream; checking out any of these remote branch (e.g. git checkout upstream/non-breaking-space) will result in detached HEAD state because they aren’t proper branches as they do not (currently) exist locally.…



For More Go to : W3Guy – A Geek's Diary

Labels:

Saturday, 11 June 2016

WordPress Customizer – Range Control with Selected Value Indicator

Source : WordPress Customizer – Range Control with Selected Value Indicator
Published On : June 11, 2016 at 06:59PM
By : Agbonghama Collins

The WordPress customizer, formerly know as theme customizer allows administrator(s) and/or owner to customize and control the appearance of their WordPress powered website via an intuitive, click-and-drag interface.

The Customization API allows theme and plugin developers to customize and add controls to the “Appearance” → “Customize” admin screen.

In this tutorial, I won’t go over the steps on how to leverage or integrate customizer in your theme or plugin.…



For More Go to : W3Guy – A Geek's Diary

Labels: