mirror of
https://github.com/nothings/stb
synced 2025-01-05 22:34:23 +03:00
12 lines
146 B
Plaintext
12 lines
146 B
Plaintext
|
git checkout working
|
||
|
-- do work
|
||
|
git add ...
|
||
|
git commit
|
||
|
|
||
|
to upload:
|
||
|
|
||
|
git checkout master
|
||
|
git pull ; usually unnecessary
|
||
|
git merge working
|
||
|
git push
|