Some useful Git commands

Hi friends, Today I would like to share you a list of Git commands that I consider really useful when we work with this great version control  system. Enjoy it! Configuring your Git // Disable autocrlf to avoid warnings in command line git config –global core.autocrlf false // Set username and email (global) git config…

Some online editors for Markdown syntax

If you have worked with Github and you have created some Github pages probably “markdown syntax” is part of your daily work. This great language was created by John Gruber and Aaron Swartz and used in many systems like Github, Atlassian Bitbucket, Atlassian Stash, etc. the nice thing about this language is that it is really…