One conference. All things Git. Git-merge.
echo 'some text' | git hash-object --stdin
git lfs install
git lfs track "\*.mp4" // Use ""
git lfs migrate
cehckout = "checkout"
git lg
st = "!git status" #! runs as a shellscript
lg = "......."
git lgg
git standup
ls -als .git/hooks
cat .git/hooks/pre-commit.sample
cat .git/hooks/commit-msg.sample
Explore git hooks (shellcheck) (link to shellcheck git hook on gist)
Added standardjs to githook on several html projects.
-
git stash
git stash apply
git rebase -i HEAD~8
git rebase --continue
git reset HEAD~
git bisect start
git bisect good c0be76c
git bisect bad fa21802
git bisect --help
git bisect reset
git reflog
git reset --hard feature@{1}
git revert head
git cherry-pick bugfix1
git clone https://github.com/tankred/10-git-problems.git
cat .gitmodules
git submodule deinit example-submodule
rm -rf example-submodule
rm -rf .git/modules/example-submodule
rm -rf .gitmodules