Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: CjulERsDeqhhjSme66ECg
Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: CjulERsDeqhhjSme66ECg
autoscale: true slidenumber: true
| Import-Module PSReadLine | |
| Set-PSReadlineOption -EditMode Emacs | |
| function Activate-Git { | |
| $env:path += ";C:\Program Files\Git\bin\" | |
| } | |
| function Activate-VSToolchain { | |
| $installPath = &"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -version 16.0 -property installationpath | |
| Import-Module (Join-Path $installPath "Common7\Tools\Microsoft.VisualStudio.DevShell.dll") |
| ... | |
| headerView.translatesAutoresizingMaskIntoConstraints = false | |
| tableView.tableHeaderView = headerView | |
| NSLayoutConstraint.activate([ | |
| headerView.topAnchor.constraint(equalTo: tableView.topAnchor), | |
| headerView.widthAnchor.constraint(equalTo: tableView.widthAnchor), | |
| headerView.centerXAnchor.constraint(equalTo: tableView.centerXAnchor)]) | |
| tableView.tableHeaderView?.layoutIfNeeded() |
Since version 2.23, git-blame has a feature to ignore certain commits. This feature is useful to ignore large formatting or apparently unimportant changes.
.git-blame-ignore-revsgit config blame.ignoreRevsFile .git-blame-ignore-revsThe file format is described in git-fsck's man:
https://git-scm.com/docs/git-fsck#Documentation/git-fsck.txt-fsckskipList