You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rev_news/drafts/edition-26.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,6 +229,7 @@ __Various__
229
229
* Microsoft is [Shutting down CodePlex](https://blogs.msdn.microsoft.com/bharry/2017/03/31/shutting-down-codeplex/)
230
230
*[New novel: “git commit murder”](https://blather.michaelwlucas.com/archives/2913), by Michael Lucas
231
231
*[Reinventing Git interface](http://tonsky.me/blog/reinventing-git-interface/), by Nikita Prokopov
232
+
*[SHA-1 collision detection on GitHub.com](https://github.com/blog/2338-sha-1-collision-detection-on-github-com)
232
233
233
234
__Light reading__
234
235
@@ -238,6 +239,10 @@ __Light reading__
238
239
* Longest answer for a Git question I've seen on StackOverflow here: [How to change the starting point of a branch?](http://stackoverflow.com/questions/38427050/how-to-change-the-starting-point-of-a-branch/38430972#38430972)
239
240
*[How To Host Your Own Private Git Repositories](https://eklitzke.org/how-to-how-your-own-private-git-repositories), by Evan Klitzke
240
241
*[Configure Git Pairs with Magit](http://www.danieldeaguiar.com/git-pair/), by Daniel De Aguiar
242
+
*[Adding Features to Git the Easy Way](https://blog.afoolishmanifesto.com/posts/adding-features-to-git-the-easy-way/), by fREW Schmidt (added by using the `git` wrapper; some of those features could have been implemented as hooks)
243
+
*[Review, not Rocket Science](http://blog.ffwll.ch/2017/04/review-howto.html): Daniel Vetter discusses how to get people to review code
244
+
*[In the bright new future of today](https://blog.ntpsec.org/2017/03/24/saved-history.html) - a history of using history, on NTPsec Project Blog
245
+
*[How to use pull requests to improve your code reviews](https://www.oreilly.com/ideas/how-to-use-pull-requests-to-improve-your-code-reviews), by Brent Beer and Peter Bell
241
246
242
247
__Git tools and sites__
243
248
@@ -248,6 +253,8 @@ __Git tools and sites__
248
253
*[git forget: cleanup your local git branches](https://tomschlick.com/2017/03/20/git-forget)
249
254
*[omgf: Use Git Flow with ease](https://github.com/InternetGuru/omgf/)
250
255
*[GitFinder - Git client for macOS with Finder integration](https://www.reddit.com/r/git/comments/5z73w3/gitfinder_git_client_for_macos_with_finder/)
256
+
*[Gitiles - A simple JGit repository browser](https://gerrit.googlesource.com/gitiles/)
257
+
*[Diff Tools on Windows](https://www.git-tower.com/blog/diff-tools-windows/), by Tobias Günther, on Git Tower GUI tool blog
0 commit comments