License

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License.LinkedIn
OhLoh
Meta
JulioBiason.net Network
Myself
slowsloth's Recently Played Tracks
Delicious/slowsloth-
Archives
-
Tag Archives: git
Mitter public annoucement: Mitter is going git
Just to let everybody know: Mitter will not use Google Code SVN repositories anymore. The source is still available for those that know the URLs but the information is not available to the public anymore. Other things like Wiki, issues … Continue reading
More fights with Gitweb and Dreamhost
Time to setup gitweb on a Dreamhost hosted domain. Incredible number of headaches: First, I didn’t had a copy of gitweb on my $HOME there, so I decided to download the latest version and install it, following most of my … Continue reading
Mitter and Git
For a while, I tried to keep a Git repository of Mitter. It looked all nice and dandy, but it was a pain to keep it up-to-date with everything, not to mention that Git-Svn apparently doesn’t convert SubVersion branches to … Continue reading
Posted in JulioBiason.net Network, Tech, mitter
Tagged branches, git, googlecode, mitter, subversion
2 Comments
Useful Git config
Here are some useful configuration option for Git (thanks to Nathan and Simon for the tips.): git config –global color.ui true # Colours for git status and git diff git config –global alias.st “status” # Make git st work as … Continue reading
Git repositories on Dreamhost via SSH
After some mucking around, I managed to create a remote repository for Git projects on my Dreamhost account, without the need of WebDav. Here are the steps: First, you’ll need to install Git on the server side. But git also … Continue reading