Fork the project on GitHub Clone your fork git clone https://github.com/<yourGithubUsername>/<projectname>.git Go to the project directory cd <projectname> Add upstream to original git remote add upstream https://github.com/<originalOwner>/<projectname>.git Create a branch git branch <branchname> Change to the created branch git checkout <branchname> Do your changes Add your changes git add . Commit your changes git commit […]
Category Archives: Uncategorized
Forgot your Windows NT/2k/XP/Vista/Win7 admin password?
Yesterday I tried to boot one of my old retired windows PCs. But unfortunately I couldn’t remember the password. After an hour trying to figure out the correct password I gave up on it. Then I found a very cool utility to reset the password, called Offline NT Password and Registry editor. It supports Windows […]
WordPress on Debian 5
Just installed WordPress on Debian 5 (Lenny) The instructions of kaisblog.de were very helpful!