In this tutorial you will learn about the tree command on Ubuntu Server in order to list contents of directories in a tree-like format. …Continue reading
Git mv command #73
In this tutorial you will learn how Git mv command works and how to use it in order to rename or move a file in Git. …Continue reading
Git rm command #72
In this tutorial you will learn about how Git rm command works and how to use it in order to delete a file in Git. …Continue reading
Git status command #71
In this tutorial you will learn how Git status command works. …Continue reading
Git diff command #70
In this tutorial I will speak about Git diff command. …Continue reading
Git log command #69
In this tutorial you will learn how to use the Git log command. …Continue reading
Git HEAD explained #68
In this tutorial I will speak about Git HEAD pointer. …Continue reading
Git Three-trees architecture #67
In this tutorial I will spreak about Git three-trees architecture: Working Copy, Staging (git add), Repository (git commit). …Continue reading
Git init command #66
In this tutorial you will learn how Git init command works and how to use it in order to create an empty Git repository. …Continue reading
Vi Show line numbers #65
In this tutorial you will learn how to show line numbers in Vi. This tutorial shows you how to enable and disable line numbers by doing a transient and also a permanent change. …Continue reading