12 Sep How to Use Git? importants tips
Now before to start i'll show you a little introduction about git and the benefits to use it
How to install Git in you Mac or Linux
To obtain more infor about certain command in git we can use
[shell]$ git help command e.g. git help diff[/shell]
To use a certain name of user in the commit we can declare that
[shell]$ git config --global user.name “heriberto perez” [/shell]
[shell]$ git config --global user.email heriberto.perez@crowdint.com[/shell]