Git Everyday
Stewart Lord
Principal Architect
2
Git Everyday
The git docs have a chapter called Everyday
Commands that a typical dev needs daily
Can Helix DVCS support git everyday?
Can a git dev use Helix without reading docs?
Why? Because Helix is super scalable. Git is not.
3
The Talk
Go big!
Everyday commands
p4 alias
Shell magic
Canned demo
Download and install
Questions?
4
Go Big!
git slow, helix fast
5
Everyday Commands
git init
git show-branch
git log
git checkout and git branch
git add
git diff and git status
git commit
git reset
git merge
git rebase
git tag
git clone
git pull and git fetch
git push
git format-patch
6
p4 alias
rename commands
string commands together
…bash functions??
7
Shell Magic
support complex transformations
change behaviours (a little)
8
Demo!
9
Download and Install
workshop
github
Thank you!

Git Everyday