6 Matching Annotations
- Feb 2017
-
git-merge.com git-merge.com
-
Jedi Mind Tricks for Git
@jankrag & @randomsort (slides, demo-repo)
Principles which are supported by hooks presented here
- never commit on master
- always reference an issue in commit message (via GitHub API)
- #serverless, #noOps & delivery through ready-branches
- hook manager: overcommit (via)
attributes + drivers to improve
diff
- hexdump binaries
- convert .docx to .md
- line-wrap paragraphs
- metadata of images or audio
- ASCI-ize image
- xls2csv, unzip
filter drivers (process BLObs on save or checkout)
- enforce lint-/formatting
- Caesar's obfuscation
also: @_flexbox's sketch notes
-
Git Simple: Writing primary git functionalities in Ruby
-
Repo 911
repo, BFG & LFS; also @_flexbox's sketch notes
-
Git and the Terrible, Horrible, No Good, Very Bad Day
git clone https://github.com/hectorsector/git-and-the-bad-day.git
git lol
= aliasgit log --oneline
plus which other options?git diff
with..
vs...
? one is against merge base- when pushed credentials, change them before filtering, contacting support to clear caches, or other due diligence
- ohshitgit.com
also: @_flexbox's sketch notes
-
The Battle for Sub-premacy
with @kylemacey, see @_flexbox's sketch notes
-
Greatest Hits of the Git Maintainers Room: 2016
renamed to: Greatest Hits from the Ask-Git-Core
- .gitignore vs .git/info/exclude = tracked in repo vs. local config
- submitgit.herokuapp.com & imerge
also: @_flexbox's sketch notes
-