News

Git configuration Before you perform a commit on any Git repository, provide a username and email address so the tool can track who is doing what. With a standard Git installation, you would do this ...
Tools like Flux and Argo CD are the linchpins that constantly sync Git state with live environments. Flux operates with a ...
To link a new Git branch to your remote GitHub or GitLab repo, you must use the 'set upstream' Git push command. This walkthrough shows you how.
Jack Wallen shows how to use the .gitconfig file for global git configurations and a more efficient developer setup.