#github
Read more stories on Hashnode
Articles with this tag
1. File and Directory Management: ls ----List files and folders. \= eg: ls cd ----Change directory (folder). \= eg: cd biren pwd ----Show current...
#for ubuntu/Debian: 1. update packages: sudo apt update -y install git: sudo apt install git verify installation: git --version #after...
git is a VCS (Version Control System). it is also known as DVCS (Distributed Version Control System). GitHub/GitLab is a storage/repo: A cloud-based...