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=60&rev2=61

  [[mailto:[email protected]|[email protected]]]
  
  == Upcoming Meetings ==
+ 
+ === Tuesday January 21, 18:00 PDT: ===
+ 
+ ''Pro Git'' Chapter 2: [[http://git-scm.com/book/en/Git-Basics|Git Basics]]
+ 
+ Discussion questions:
+ 
+  1. What does `git init` do?
+  1. What data is not copied via `git clone`?
+  1. What does it mean when `git status` reports "(working directory clean)"?
+  1. What does it mean when a file is listed under both `Changes to be 
committed` and `Changes not staged for commit`?
+  1. I know I've changed something.  Why isn't `git diff` showing me anything?
+  1. What are some of the functions served by `git add`?
+  1. How is `git log -p` different from `git show`?
+  1. How do you skip the staging area when committing?
+  1. What's the opposite of `add`?
+  1. How do you unstage a file without blowing away changes?
+  1. How do you blow away changes?
+  1. How is `git pull` different from `svn up`?
+  1. What is `git mv` a shortcut for?
+  1. What's the difference between author and committer?  How do you display 
both in `git log` output?
+  1. What do you do when you've screwed up the last commit?
+  1. How do you persuade `git log` to show _which_ files changed?
+  1. How do you display the branch visuals with `git log`?
+  1. What's the difference between a lightweight tag and an annotated tag?  
How are lightweight tags like branches?
+  1. What does git auto-completion get you?  How is it implemented?
+ 
+ == Community Notes ==
+ 
+ Below are an excerpt of notes from previous meetings and or anything of 
interest related to the meetings.
  
  === Tuesday January 14, 18:00 PDT: ===
  

Reply via email to