Git – Committing Changes To The Repository
Previous chapter we have created our new clean repository but we did not added any code. In this chapter we will add some code and create some revision or versions of the code. Getting Status of Repository As we stated before we have a clean repository we can check this. $ git status On branch … Read more