Git Commands

Git and its commands is essential for efficient version control and collaboration. Git provides a plethora of commands to manage your codebase effectively. In this comprehensive guide, we’ll explore various Git commands, what they are used for, and provide engaging examples of how to use them. What is Git? Before diving into Git commands, let’s […]

Posted in Git also tagged github terminal

How to copy file between linux machines

To copy a file between servers, there are several ways to achieve this. One of the most common methods is to use the “scp” command in a terminal window. This command stands for “secure copy” and is used to copy files securely between servers over a network. How to copy file from local to server […]

Posted in Tutorials also tagged linux terminal