News

To really understand distributed version control, you must master the Git status command and understand the working tree states upon which it reports.
The git status command is the best way to garner insight into the mechanics of the working tree. If a developer creates a brand-new Git repository and runs the git status command, the results will ...
Now that you’ve deployed a Git repository, it’s time to switch to Joplin and install the export2git, which not only lets you save your notes as .md files for the Git repo, but can even commit ...
Started on a new team recently (data engineers/ETL using Pentaho) and found out that while they were using a git (BitBucket) to store their jobs and transformations, they were using git absolutely ...
Git is a wonderful tool that can multiply your project’s impact, or make your project easier to manage by an order of magnitude. Some of us hackers don’t yet know how to use command-line Git ...
Git isn't just for developers, there's a reason you might want to use it for your local projects.
Jack Wallen shows how to use the .gitconfig file for global git configurations and a more efficient developer setup.