Most Used Git Commands
git init # initialize directory as git repository
git clone curl> # copying git repository from hosted url to local machine
git status # show modified files in current directory
git log # view your commit history
git add -A # add changed files into y...
blogs.sravanth.co.uk4 min read