News

So you like TNW? Then join our upcoming online event, TNW2020, you don’t want to miss it. Software developers usually write tons of code every single day. They might be working on a new project ...
Many advanced git commands are useful only in narrowly specific circumstances, and safely ignored even by moderately advanced users. But when you run smack into one of those specific circumstances ...
First, you can use the git command like so: git config --global --edit. This will open your .gitconfig file in your default text editor. You can also open the file directly with the command: ...
I’m working on an article that outlines how to write a good Git commit message, along with a variety of Git commit message conventions and rules that developers should follow. But, as I write about ...
Keeping your code repositories in-house is a good way to avoid security leaks. Jack Wallen shows you how easy it is to connect to a Gogs local repository from the Git command line.
Git is primarily a command-line tool. Command-line capabilities are great to develop scripts or build continuous integration pipelines, but they aren’t great for casual users interested in learning ...