News

Whether you're working within PowerShell using Git for Windows or you're inside WSL, the commands you need are the same. Git is platform-agnostic, so you can learn it once and use it everywhere.
The Git index, along with the need to use the "git add" command before performing a commit, is often a source of confusion for beginners. These "git add" examples will make things clear.
You can continue to issue various Git commands with no worries about the underlying SSH config. All subsequent operations will use the existing setup of SSH keys for GitHub. And that’s how easy it is ...
If you need to work with GitHub, but don't have time to get up to speed with the git command line, Jack Wallen believes the GitHub Desktop app is the perfect tool for the job.
Jack Wallen shows how to use the .gitconfig file for global git configurations and a more efficient developer setup.