$ git log$ git status$ git add /home/example/public_html/newfile.php$ git add /home/example/public_html/newfile.php$ git commit -m "Description"$git commit -a -m "Description"$ git push$ git pull$ git log$ git status$ git add /home/example/public_html/newfile.php$ git add /home/example/public_html/newfile.php$ git commit -m "Description"$git commit -a -m "Description"$ git push$ git pull
Thanks, Giorgio 👍