#6 .gitignore – Ignoring files in git
In this post you will learn how to ignore unnecessary files and folders which are created in the background while the software or application is running.
In this post you will learn how to ignore unnecessary files and folders which are created in the background while the software or application is running.
In this post we will learn how to clone remote git repository. Work with that repository. Checking previous commits made by authors on that cloned repository.
Post gives the brief introduction to git file status life cycle. There are multiple stages like Untracked, Tracked, Unmodified, Modified, etc. Post introduces to some commands of git.
This post gives information about three stage artchitecture of Git. When we give our file to git it goes from this three stages.
This post will help you to install git on your system. Follow the procedure and select the recommended options. At last you will see some mandatory configurations.
This is a first blog on git and github tutorial.In this blog there will be a brief introduction on git.You will get know about Version Control System(VCS).Also you will understand the major difference between both i.e. Git and Github.