/firstGitProject

Primary LanguageRubyGNU General Public License v3.0GPL-3.0

firstGitProject

This document created for understand how git works.

Steps which are using for editing this document.

git config --global user.name "John Doe"
git config --global user.email johndoe@example.com

First you need to fork this project.

After that use:

git clone
cd firstGitProject

Make your changing in my_name variable.

git add my_name.rb
git commit -m"You can write what did you change in this project"
git push origin master

After those you need to make "Pull Request"

If you want to add new line to this project:

You can open an issue first.