Linux Simple commands every one Author 06:06 0 ls Shows the list of file ls -l Shows the long list of files ls -a Shows the list of hidden files ls -la Shows th... Read More
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