To understand Git and the concept of version control, looking at version control from an historical perspective is helpful. There have been three generations of version control software. The first ...
The latest trends and issues around the use of open source software in the enterprise. As many readers will already know, GitLab is an open source code repository and collaborative development ...
Community driven content discussing all aspects of software development from DevOps to design patterns. As the Editor-in-Chief of TheServerSide, I monitor the search terms that drive readers to the ...
If you need to undo a git push, you only have two options: revert the pushed commit or reset it. The option you choose to undo a pushed commit depends on the following three factors: How much control ...