Important git  commands, Learn Git in 30 minutes

  Configuring Git setting global user name and email, these are identification who is working with the project(repository) $ git config –global user.name “My Name” $ git config –global user.email myEmail@example.com   Creating a new repository –git init command initializing git local repository in your computer: $  git init Checking the status –git status $ git status …

Important git  commands, Learn Git in 30 minutes Read More »