Git Basic Commands Author 17:44 0 Git Basic Commands 1. git clone url - For the first time pulling the project to local system from central repository 2. git pull origi... Read More
Linux Basic Commands Author 23:27 0 Linux Basic Commands 1. pwd -shows present working directory 2. ls - shows the list of files 3. cd .. - goes one step back 4... Read More