Git
-
Software Development

What The Commit!?
Committing in Git is The Future Whatever you write in your git commit history is what you’ll be going back…
Read More » -
Software Development

Create Git patches from command line
Git patches are an easy way to apply changes to a project if you don’t want to go through the…
Read More » -
Software Development

Global gitignore
A widely used Git feature is to use local .gitignore files which list which names and patterns of files and…
Read More » -
Software Development

My most used Git commands on open source projects
The basic step when committing to open source projects is to fork the project. Then the process is easy you…
Read More » -
Software Development

Git Essentials Crash Course
Introduction This is not Java but several newbie developers ask the same question, how to use GIT and how does…
Read More » -
Software Development

Convenient pushing new Git branch to remote repository – Git Tricks #3
Publishing a newly created Git branch to a remote repository can be easier than you might expect. Introduction It is…
Read More » -
Software Development

Easier work with Git submodules with in-place push access – Git Tricks #2
Get know how to solve issue with pushing to submodules directly from the main repo while keeping the project easily…
Read More » -
Software Development

Auto-switchable multiple Git identities on one computer – Git Tricks #1
Have you even committed to Git using wrong email address working on/for different projects/companies? Luckily with a little configuration Git…
Read More » -
DevOps

The dark side of Git
Git is Great! As a distributed source code tool, git is great. I love that when I’m on an airplane…
Read More »
