Git is one among the popular open source version control software. This version control software helps you to track the changes in the source code or any text file. The changes can be in the terms of adding, modifying or deleting. All can be tracked through Git!. As per the official documentation " In Git, however, every developer is potentially both a node and a hub — that is, every developer can both contribute code to other repositories and maintain a public repository on which others can base their work and which they can contribute to ." which defines the distributed nature of it. Let's try to understand how it works. 1. Downloading and Installing Git: Based on the operating system, choose the installer file. Windows user can download it from the link https://git-scm.com/ and Ubuntu users can type this command from terminal "sudo apt-get install git" 2. Configuring Git: git config command is used to set Git configuration values on a global o...
Errors and Exceptions are more common nowadays when you are trying to write simple or more complicated codes!! So you can look up Java Error Logs to get rid out of the errors. Moreover you can also find simple and more sophisticated programs solutions.