Repository for coding newbies.
Happy Hacktoberfest 2019! If you are a beginner, and looking for your first contribution. please follow these steps :-
Before contributing to this project plese read the ISSUE and then start to contribute for that issue.
GitHub repository URLs will reference both the username associated with the owner of the repository, as well as the repository name.
Now that our new branch is created, we can switch to make sure that we are working on that branch by using the git checkout command:
git add -A stages all changes git add . stages new files and modifications, without deletions git add -u stages modifications and deletions, without new files