diff options
Diffstat (limited to 'cont')
-rw-r--r-- | cont/csc-workflow.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cont/csc-workflow.html b/cont/csc-workflow.html index fee917b..e35c4aa 100644 --- a/cont/csc-workflow.html +++ b/cont/csc-workflow.html @@ -31,6 +31,8 @@ where $branch could be: 2. Make the changes you want to make, and commit them. +type "git branch" to make sure you're on the development branch. + git commit $file where file is the file you have changed, if it is new run @@ -39,6 +41,10 @@ git add $file 3. Afterwards, ask for a code review from me or somebody else. +Push your changes to the remote repository running on ryugyong + +git push + if the code passes review, I will merge it with master. 4. Put the code into production |