Git Release Notes: git 2.37 Highlights

preview_player
Показать описание
Take a look at what’s new in the Git 2.37 release.

Feature highlights include shortcuts for popular commands like `git -v` for `git –version`, new ways to manage unreachable objects, bug fixes for `git diff-tree –stdin`, Diff command improvements, and more!

Get more helpful updates and content from the GitKraken team

Use Chapters to Skip Ahead:
0:00 Git 2.37 Release Introduction
0:17 `git -v` & `git -h` Options Added
0:41 `git log –since-as-filter` Added
1:14 Managing Unreachable Objects with “Cruft Packs”
1:44 Sparse Index is Ready for Prime Time
2:06 `git remote -v` Option Improvements
2:25 `git add -i` Performance Improvements
2:47 Bug Fixes to `git diff-tree –stdin`
3:07 External Diff Command Improvements
3:32 `git bisect` Improvements
3:56 New Tips Doc to Share Tools for Contributing

#gitreleasenotes #git #gitupdate #gitrelease #gitversion #githelp #learngit #gitdiff #gitdownload #gitkraken
Рекомендации по теме
Комментарии
Автор

Hey! Great summary. Just a correction on the `git bisect` changes: it's actually a little different than stated. What I changed is that previously if you misspell a good or bad revision, the command still succeeds and there's no feedback on what's happened. What actually happened in this case is that this misspelled revision (which could be a tag, branch, etc) was interpreted as a filename, even if there's no such filename in the local checkout. This can silently result in an unexpected bisect state.

The changes make it so that we clearly state that we're still waiting for either a good or bad commit(s) to start running, rather than leaving the user to wonder why the bisect didn't start. :-)

cdown
Автор

Hello sir, where I can find templates 4 free HTML5 javascript php css php to download it on my android

yorkisfg