|
|
|
|
|
by mdaniel
1348 days ago
|
|
I use it extensively for entire PR based development; that way all the code that ended up in the repo has had multiple eyes (and an opportunity to comment) upon it git commit --allow-empty -m "initial"
git push -u origin HEAD
git checkout -b first-pr
# type-y type-y
|
|