- apache
- Arch Linux
- astronomy
- astrophotography
- bash script
- boot
- bzr
- C
- code
- command line
- compiler
- CSS
- cycling
- ebuild
- emacs
- football
- fortran
- Fortran compilers
- gcc
- gentoo
- git
- grub
- HTML
- HTML5
- imagemagick
- Intel
- Intel Fortran
- Intel Fortran compiler
- kde
- kubuntu
- LaTeX
- linux
- locale
- macbook
- network
- package manager
- pgplot
- photo
- portage
- rEFInd
- scanner
- screen saver
- skype
- software
- source control
- source control manager
- stars
- suspend
- svn
- System administration
- tour de france
- UEFI
- unicode
- usb flash drive
- world cup
- X.Org
- X11
-
Recent Posts
Archives
Categories
Tag Archives: bzr
gitcheck: check all your git repositories for changes
One of the cool things about distributed version-control systems (VCSs) or source-control managers (SCMs) like bzr or git is that they don’t have to be distributed. Today, I stick virtually any text file I write into a (local) git repository, … Continue reading
Posted in All, Software
Tagged bash script, bzr, git, software, source control, source control manager
2 Comments
Convert bzr to git
I played with bzr (Bazaar) as a source-control manager (SCM) for a while, after having used svn for a couple of years. In the end, bzr turned out to be the stepping stone I needed to move to git. Hence, … Continue reading
A concise svn HOWTO
This summary gives an impression of the typical use of the svn command. In fact, svn is an important command of the programme called Subversion. Subversion is a programme for version control: it keeps track of the changes made to … Continue reading