Maybe someone has already experimented this situation:
You’re hacking on your local working copy and you want to keep it up-to-date but, since you have some uncommitted changes, git-svn rebase cannot be executed
I was just thinking to write something about this problem when I read a post on digikam blog.
In this post Marcel proposes a workaround using a bash function. In fact there’s a “cleaner” solution, if you’re interested read the last part of my git-svn howto.
Tags:
,
git,
Howto,
KDE,
Programming
No Comments »
In these days I’ve heard lot of rumors around Git. After reading some manual/tutorial/guide I discovered that it can be really useful, especially if you spend lot of time coding off-line (that’s my situation).
This is a really small howto that describes how to work on a project versioned with svn (maybe taken from KDE repository
) using git.
Read the rest of this entry »
Tags:
Howto,
KDE,
Programming
61 Comments »
Posted by Flavio in Howto
How to have a comfortable keyboard layout under X.
A guide destinated to italian iBook linux users
Read the rest of this entry »
Tags:
Howto
No Comments »
Posted by Flavio in Howto
How to have a comfortable italian keyboard layout on your iBook.
Target
We just want this mapping:
apple key = alt gr
numpad return (the key near to left arrow) = canc
Procedure
Simply download the file at the end of the page and load it using
loadkeys ibook-it.map.gz
Simple, isn’t it?
Download
I found this file over internet, the author is Dario Besseghini. Thank you Dario!
iBook console keyboard mapping
Tags:
Howto
No Comments »
Posted by Flavio in Howto
In this really small guide you’ll discover howto enable mouse button emulation on a iBook G4 running linux
Read the rest of this entry »
Tags:
Howto
No Comments »
Posted by Flavio in C++, Howto
How can you add regular expressions to C++?
Here you’re three small examples.
Read the rest of this entry »
Tags:
C++,
Programming
5 Comments »