Git
-
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 » -
Software Development
BitBucket Geek: Master your Pull Requests on the Command Line (correction: API v2)
BitBucket does have quite a UI these days, but I really don’t like websites that update their assets every single…
Read More » -
Software Development
Useful Git Commands
Git is a most widely used and powerful version control system for tracking changes in computer files and coordinating work…
Read More »