Git most used commands
This page contains a list of basic Git commands. The information is not detailed, and the page will be updated when necessary (this list has been updated since 2015).
Configuration
Initial configuration
git config --global user.name "username"
git co...
blog.milaneze.com.br6 min read