- 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: source control manager
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
git for coworkers
Would you like a coworker without experience with git to use your git repository? Or are you that coworker who hasn’t used git before? Here’s what you need to know.
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