X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=pep-git.txt;h=165726390477547ca5eab0f60be8c058b9327935;hb=9fe81e131a3956316741c83933130f3c6bddec76;hp=79648690905e3a5221b5723b4a4f87b7f68bacaa;hpb=a72749137108e797903e9362b0f7a12355feea56;p=git-wiki.git diff --git a/pep-git.txt b/pep-git.txt index 7964869..1657263 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -85,16 +85,17 @@ 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. +`git-cola `_ is a sleek and +powerful Git GUI written in Python and GPL licensed. Linux, Windows, +MacOS X. Initial configuration --------------------- This simple code is often appears in documentation, but it is -important so let repeat it here. Git marks every commit with author -and committer names/emails, so configure your real name and preferred -email:: +important so let repeat it here. Git stores author and committer +names/emails in every commit, so configure your real name and +preferred email:: $ git config --global user.name "User Name" $ git config --global user.email user.name@example.org