Category

DVCS (git)

How to : Undo the last Git commit

Hi folks, From last phpXperst seminar I am too much encouraged to using git for my version control system. Rifat Nabi bhai’s excellent session helps me lot to understand git basics. From then on I am a big fan of git. Some days ago I make a commit in one of my project and later…

Read More

How to : Export/Import GPG key

Hi there, Today I made a clean install of Fedora 18 in my laptop. Previously I used Ubuntu 12.10, there I used a GPG key and I dont wanna make new one. So before install Fedora 18 I export my key pair (public and secret). To export key pair you need to do the followings,…

Read More

GPG key with Git

Hi all, Hows going on? Hope fine. Today I had a rush of work, though I manage some time to upgrade my skills with Git. As now my dream is contribute any opensource project (basically linux). So I need a GPG key to gain trust of other people around over my code. I searched for…

Read More