5 Posts

Git

git-worktree is awesome

I’m still mad I haven’t found this out before.


Imagine you’re working on …

Git: check if a folder changed

Often I need to “do X only if files on some folder changed” or whatever. I always …

2º Joinville Software Meetup

I encouraged people to start using git, showing some of its features.

Git Protips™

Git has a lot of features, and I bet that 90% of who use it (including me) doesn’t know …

Configuring a git server with gitolite

Setup

You will need:

  • git
  • git-daemon-run
  • ssh
  • gitolite

Install everything:

$ apt-get install …