Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialDylan Drake
851 Pointsgit commit vs git-pair-commit
So I have installed pivotal_git_scripts, gem, everything I think I need to use git pair. I created two users/nicknames using git pair that I update at the beginning of a work session.
Let it be known that I have personally created two accounts as I am learning how to use git by myself. ( I thought I might be able to learn about git pairs this way). I have created a remote repository for each account.
Back to the pair-commit issue. When I go to pair-commit, the git runs it's process but does not return any information. Yet when I just git commit, it commits for both users. Why is git-pair not working? What have I done wrong? Do I even need it?
commit c0a3f8f24af21a2fd0cff2223f8fdcc77160b932 Author: Charles Drake and Dylan Drake dylandrake101@gmail.com Date: Sat May 7 16:06:32 2016 -0700
this is a test for the pair-commit learning process.
commit fa59823e7ce900e5bbeeb35c9964fc60cb3ad51d Author: Charles Drake and Dylan Drake dylandrake101@gmail.com Date: Sat May 7 15:57:20 2016 -0700
pair-commit won't work.
commit 1bc46a8f7f0e2c3c68e77e45a38e85fe8b46757a Author: Charles Drake dylandrake101@gmail.com Date: Fri May 6 22:33:51 2016 -0700
hope this helps
This is the log that is printed. Also, There are other commits that do not seem to be printed that were committed before Friday May 6th,
Thanks, Dylan