News

Jack Wallen shows how to use the .gitconfig file for global git configurations and a more efficient developer setup.
If you're a Git user, and you'd like to integrate your Linux file manager into the tool, Jack Wallen has just the thing for you.
It’s easy to delete a local Git branch. A simple git branch command with the -d flag and the name of the branch will more than suffice. git branch -d feature-branch But if that local Git branch was ...