Git Hacks So you want to become a git hacker, huh? You came to the right place – here you will find a lot of useful tips on how to make your git experience even smoother and cool. Of course, we're going to talk about the command-line git interface because that's how true hackers use it.
-
Git aliases and how to use them
Aliases is a helpful git feature that lets you do more typing less. Here we'll find out how to use them.
-
Bare git repos
Set up your own Git server using bare repositories for seamless development workflow
-
Per-directory git configuration
Sometimes, you want different config files to be in action based on the directory you're in
-
Git hooks overview
Automate your git workflow with hooks - scripts that run before or after git events
-
Git open anything
One more (implicit!) alias to improve your git workflow
-
Auto-deploy on push to remote
Set up automatic deployment for your pet projects with post-receive hooks