We talked about alternative ways to contribute to Git itself without sending patches to the mailing list. Since a few months, there is a way: https://submitgit.herokuapp.com/
We couldn't find that mail with the overview of Git performance issues. Sorry!
During the conference, there was a lot of discussion regarding how the Git project could attract more users by allowing GitHub-style pull requests into their patch-based mailing list. Later Roberto offered a solution to the problem: submitGit.
This is the second part from our trip to Git-Merge 2015! Since we published part one, the recorded talks from the conference are now online at git-merge.com.
Outline: 00:00:00 Welcome, intro 00:03:25 Matthieu Moy 00:05:33 Second part with Matthieu, about GSoC 00:11:03 Christian Couder 00:15:05 Carlos Martin 00:23:58 Outro
Episode outline: 00:00:00 Intro 00:02:09 Bio, welcome 00:02:26 Tell us about your background 00:03:39 How come you drifted from Node to Lua recently? 00:05:46 What is the use-case for Lua? 00:07:15 What does Luvit add to Lua? 00:08:39 Jumping back to Git, what is your personal VCS experience? 00:13:03 Can you tell me more about the CORS headers issue at the Git hosting services? 00:15:21 What was the plan for js-git after that? 00:17:16 What was the goal of Tedit? 00:19:07 Where do you store the contents in the browser itself? 00:23:20 What is the current state of tedit/js-git? 00:25:55 In summary, what came out of js-git in the end? 00:26:33 What features does Tedit have? 00:27:31 Is js-git too heavy-weight to be embedded in a Git hosting tool? 00:29:04 Why aren't more companies jumping over js-git to make use of it as a Git-starter tool? 00:30:31 Then let's talk about how companies could use js-git or any of these components 00:36:53 Why can you store blobs without commits on GitHub? 00:40:26 Isn't Git in the browser sort of inevitable? 00:41:56 What do people do these days to develop on Chromebooks/browsers? 00:43:23 Other than service-workers, what would you need in order to fulfill the vision of js-git? 00:44:40 Can't you get access to the file-system in HTML5? 00:46:33 What should have been the master plan to complete js-git/tedit? 00:50:41 What would you want to happen to js-git while you're busy elsewhere? 00:52:28 Some js-git vs libgit2 talk 00:59:54 Is Google Dev Kit a replacement for Tedit? 01:01:02 Clear up different kinds of Chrome-based apps 01:04:31 What is the future of js-git? 01:06:15 Any questions I forgot to ask you? 01:06:43 Anything you would like to promote? 01:08:55 Where can people find you online? 01:09:14 What is your favorite Git Pro Tip? 01:10:17 Thank you for coming onto the show!
In this episode we talk to Thom Parkin about his new video course on mastering Git, and other things interesting for those who want to improve their Git skills.
Get Thom's "Mastering Git" Video Tutorial for 50% off, on the Packt Publishing website if you use the Discount Code GITMASTER2015. This offer will only last a limited time.
How to find lost stashes
During a discussion of git-lost-found (now deprecated in favor of git fsck --lost-found), we asked how to find dropped stashes. git fsck --lost-found will indeed show these as well, although you have to inspect them yourself to identify which came from stash.
Episode outline 00:00:00 Intro 00:02:25 Bio/welcome 00:02:56 Tell us about your background 00:04:14 What is your experience with VCS? 00:05:47 You have a video course out about Git. Tell us about it! 00:06:28 What is SitePoint? 00:12:32 A video course on/by Packt? 00:13:09 Tell us more about the structure of your video course. 00:15:39 You had your son do the graphical artistry? 00:16:16 Always interesting to see how Git is visualized 00:18:11 Let's talk about nitrous.io 00:30:09 Tangent: Installing GIt on different OSes 00:32:10 Any other things from your video course you would like to discuss? 00:33:20 How do I find lost commits? 00:35:45 Don't stashes appear in the reflog? 00:40:11 What are the other "Gititudes"? 00:45:37 Crafting history, commit messages, squashing vs merging? 01:00:29 How much Git teaching is still left to do in the world? 01:04:13 Where can people find you online? 01:04:58 What is your favorite Git pro tip? 01:05:43 Thank you for coming onto the show! 01:05:50 Outro 01:06:36 Bonus: Head in the closet?