parent
5ecae715b0
commit
2d412f0d6c
3 changed files with 12 additions and 3 deletions
@ -0,0 +1,11 @@ |
|||||||
|
git checkout working |
||||||
|
-- do work |
||||||
|
git add ... |
||||||
|
git commit |
||||||
|
|
||||||
|
to upload: |
||||||
|
|
||||||
|
git checkout master |
||||||
|
git pull ; usually unnecessary |
||||||
|
git merge working |
||||||
|
git push |
@ -1,3 +1 @@ |
|||||||
cd tools |
|
||||||
debug\make_readme |
debug\make_readme |
||||||
cd .. |
|
Loading…
Reference in New Issue