Open the file /etc/lightdm/lightdm.conf
sudo gedit /etc/lightdm/lightdm.conf
Modify the value of the string "autologin-user" with the required user name
Ex:
autologin-user=pedro
Save the file Reboot/ restart
sudo gedit /etc/lightdm/lightdm.conf
autologin-user=pedro
git branch -r \ | grep -v '\->' \ | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" \ | while read remote; do \ git branc...