

Create repository on account drop down: make sure it is not selected.Name: a simple name to identify your repository in SourceTree.


#Sourcetree discard all how to#
For your reference we have included this script, which shows you how to do exercise 1 entirely from the command line. However, Git can be used from the command line, and this may ultimately be your preferred option. SourceTree gives you a graphical interface to manage Git and our exercises use that interface. If you haven’t yet installed it please do so using these instructions: Note about command line SourceTree is a Git client for Windows and Mac. There are many clients for Git, in these exercises you will use SourceTree to manage Git. apply a tag to a specific version for future reference.checkout a previous version of your changes.repeatedly edit files and add your changes to Git.review the status of files in the folder.This exercise will take you through your first steps of applying version control using Git to a folder and its contents.
