]> git.phdru.name Git - git-wiki.git/blobdiff - pep-git.txt
Change tag(s) => tags
[git-wiki.git] / pep-git.txt
index 711d09c05d9afa9622a9a9d5fc2add6959ed6eeb..ef0274c4317bb2e7eac473ac07a63260dbfd59a6 100644 (file)
@@ -85,6 +85,9 @@ MacOS X: use git installed with `XCode
 <http://sourceforge.net/projects/git-osx-installer/files/>`_ or
 install git with `Homebrew <http://brew.sh/>`_: ``brew install git``.
 
+`Atlassins's SourceTree <https://www.sourcetreeapp.com/>`_ is a free
+Git and Mercurial GUI client for Windows or Mac.
+
 Initial configuration
 ---------------------
 
@@ -295,7 +298,7 @@ For example::
 
 Git doesn't automatically pushes tags. That allows you to have private
 tags (lightweight tags are also private for a repo, they cannot be
-pushed). To push tag(s) list them explicitly::
+pushed). To push tags list them explicitly::
 
     $ git push origin tag 1.4.2
     $ git push origin v1 v2 tag 2.1.7