Return-Path: X-Original-To: apmail-lucene-commits-archive@www.apache.org Delivered-To: apmail-lucene-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6AA1318DA3 for ; Wed, 3 Feb 2016 10:45:19 +0000 (UTC) Received: (qmail 39194 invoked by uid 500); 3 Feb 2016 10:38:39 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 39184 invoked by uid 99); 3 Feb 2016 10:38:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2016 10:38:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B320DDFC8F; Wed, 3 Feb 2016 10:38:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dweiss@apache.org To: commits@lucene.apache.org Message-Id: <0615738c63694a1ea92051377d05fb22@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: lucene-solr git commit: A few links with git resources and tutorials. Date: Wed, 3 Feb 2016 10:38:39 +0000 (UTC) Repository: lucene-solr Updated Branches: refs/heads/master 72b79308c -> c6ec006e2 A few links with git resources and tutorials. Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/c6ec006e Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/c6ec006e Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/c6ec006e Branch: refs/heads/master Commit: c6ec006e246708291da107e1f16cdbb46dac9bde Parents: 72b7930 Author: Dawid Weiss Authored: Wed Feb 3 11:38:17 2016 +0100 Committer: Dawid Weiss Committed: Wed Feb 3 11:38:17 2016 +0100 ---------------------------------------------------------------------- dev-tools/git/HELP.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/c6ec006e/dev-tools/git/HELP.txt ---------------------------------------------------------------------- diff --git a/dev-tools/git/HELP.txt b/dev-tools/git/HELP.txt new file mode 100644 index 0000000..ed88e4a --- /dev/null +++ b/dev-tools/git/HELP.txt @@ -0,0 +1,14 @@ +A list of resources that may be helpful for those learning git: + + - Dawid's task-oriented help: + https://github.com/dweiss/lucene-git-guides + + - git for computer scientists (a nice writeup on how git is essentially a graph + of commits and labels attached to those commits): + http://eagain.net/articles/git-for-computer-scientists/ + + - git pro (book) + https://git-scm.com/book/en/v2 + + - git workflows, their pros and cons: + https://help.github.com/articles/what-is-a-good-git-workflow/