Git – the easy information with simple instance
Only a easy information for getting began with git. no deep shit. Create a brand new repository Let’s run following git commands to get began with git listing: # let’s create a brand new git undertaking $ mkdir my-project # let’s initialize git $ cd my-project $ git init Checkout a repository Now create a […]