You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2016/02/03 11:38:39 UTC

lucene-solr git commit: A few links with git resources and tutorials.

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 <dw...@apache.org>
Authored: Wed Feb 3 11:38:17 2016 +0100
Committer: Dawid Weiss <dw...@apache.org>
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/