X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=pep-git.txt;h=ef0274c4317bb2e7eac473ac07a63260dbfd59a6;hb=30c29e008eb934501f7ee4d2e73a8279f1511988;hp=711d09c05d9afa9622a9a9d5fc2add6959ed6eeb;hpb=3bf5bb28d2a6343b978b02adb9e2e29e14010470;p=git-wiki.git diff --git a/pep-git.txt b/pep-git.txt index 711d09c..ef0274c 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -85,6 +85,9 @@ MacOS X: use git installed with `XCode `_ or install git with `Homebrew `_: ``brew install git``. +`Atlassins's SourceTree `_ 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