Important Git commands for daily use

Git commands for daily use , Here are some git commands you may encounter in your daily usage. Here is the GitHub repo with more Linux commands. git init: For initializing new repository in the current folder. git init git clone : Clone an existing repo from Github or any other remote repository. git clone …

Read more