Slide 95
Slide 95 text
›❯ git remote add origin https://github.com/mycorp/projec
›❯ git push -u origin new-feature
Counting objects: 6, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (6/6), 451 bytes, done.
Total 6 (delta 1), reused 0 (delta 0)
To https://github.com/mycorp/project.git
* [new branch] new-feature -> new-feature
›❯ # more work
›❯ git push
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 263 bytes, done.