News

When a developer uses the default options to call git stash, it ignores untracked files. Here's how to change that default behavior and include both ignored and untracked files in the stash.
Jack Wallen shows how to use the .gitconfig file for global git configurations and a more efficient developer setup.
Good news for those with active GitHub profiles: you can now add files to your repos by dragging and dropping them into the browser. Once a file is uploaded, you can add it to an existing branch ...