diff options
author | Haoran S. Diao <0@hairydiode.xyz> | 2019-01-24 16:08:45 -0500 |
---|---|---|
committer | Haoran S. Diao <0@hairydiode.xyz> | 2019-01-24 16:08:45 -0500 |
commit | f636e937d8c761b75ec055fd16665d5d0d3c7f69 (patch) | |
tree | adee5867dcb3cd97f8bc7ecae756d797b872bb01 /cont | |
parent | a04191ef133c3205a5beafbf03335ba54ba14ad4 (diff) |
added push instructions to the workflow page
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 |