Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucy Wiki" for change 
notification.

The "LucyBookClub" page has been changed by MarvinHumphrey:
https://wiki.apache.org/lucy/LucyBookClub?action=diff&rev1=66&rev2=67

Comment:
Add meeting for ProGit Ch. 5 Distributed Git.

  
  == Upcoming Meetings ==
  
+ === Tuesday February 11, 18:00 PDT: ===
+ 
+ ''Pro Git'' Chapter 5: 
[[http://git-scm.com/book/en/Distributed-Git|Distributed Git]]
+ 
+ Discussion questions:
+ 
+  1. What error message does Git give you when you try to push something not 
up-to-date?  
+  1. Describe the diffence between the "Integration Manager Workflow" and the 
"Director and Lieutenants Workflow".  
+  1. What's the difference between `git apply` and the Unix utility `patch`?  
+  1. Does `git apply` commit?  
+  1. Who is the Committer after `git am` is used to apply patch sequences 
generated with `git format-patch`?  
+  1. Why is it necessary to rebase the `develop` branch on top of `master` 
periodically?  
+  1. What are the four branches used by the Git project?  How often are they 
rebased?  
+  1. How is cherry-picking related to rebasing?  
+  1. What is the `--not` flag to `git log`?  
+  1. Why would you use the triple dot to git log?  Why is order important?  
+  1. When would you use `git merge --no-commit`?  
+  1. What is the recommended format for commit messages, per the docs for `git 
commit`?
+  1. What is the default format of the output generated by `git describe`?  
+  1. What are some typical guidelines for submitting patches?  
+  1. Why do many projects insist that you rebase any pull requests, or 
possibly squash everything in the branch down to one commit?
+ 
+ == Community Notes ==
+ 
+ Below are an excerpt of notes from previous meetings and or anything of 
interest related to the meetings.
+ 
  === Tuesday February 4, 18:00 PDT: ===
  
  ''Pro Git'' Chapter 4: [[http://git-scm.com/book/en/Git-on-the-Server|Git on 
the Server]]
+ 
+ Discussion questions:
  
  {{{
  Read:
@@ -70, +98 @@

   13. If you have a Mac with Git installed, try running `git instaweb 
--httpd=webrick` on a local repo.  What happens if you edit the file 
`.git/description`?  (When you're done, stop the server by running `git 
instaweb --httpd=webbrick --stop`.)
   14. Check out the drop-down list of search options in the GitWeb interface.  
What are the options?  Bonus question: what do they do?
   15. What are the pros and cons of using a Git hosting service like GitHub 
instead of running your own Git server?
- 
- == Community Notes ==
- 
- Below are an excerpt of notes from previous meetings and or anything of 
interest related to the meetings.
  
  === Tuesday January 28, 18:00 PDT: ===
  

Reply via email to