Community driven content discussing all aspects of software development from DevOps to design patterns. I published an article recently on how to perform a hard git reset, but one of the questions ...
Need to create a new Git repository? Then you'll need to learn how to use the git init command, because that's the only way to create a new Git repo. A Git repository is the heart and soul of Git.
I'm going to be getting a new laptop and a thought occurred to me: How can I know that all the local git branches on my soon-to-be-ex-laptop have been pushed to the origin remote? Can I get a list of ...
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. Stargate Norway: ...
Over the past few weeks I have been taking a closer look at how to use the text hosting and version control service at Anyone who has read my postings that already has some background in using the git ...