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 ...
Here are some indispensable commands that you’ll use frequently: git status — Show the current state of the working directory and staging area. git diff — Show the differences not yet staged or ...
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 ...
Jack Wallen shows how to use the .gitconfig file for global git configurations and a more efficient developer setup.