News

You can then add your files using the git add command before committing them using git commit. Once you have made your commits, you can push them up to your live web server using git push.
In this git stash tutorial, you will learn how to temporarily shelve changes locally, without any commits to the central, distributed repository.