iwu
 
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
</source>
</source>


A folder called <code>rime-zhengma</code> should have been created. You now have a local copy of the project.  Whatever changes you make on this local copy will not affect the remote repository until you make a pull request. As of now, you can change into the folder and do your edits.
A folder called <code>rime-zhengma</code> should have been created. You now have a local copy of the project.  Whatever changes you make on this local copy will not affect the remote repository until you make a pull request. The copy on myaccount repository can be freely updated since it's your copy on GitHub. As of now, you can change into the folder and do your edits.


== Saving or committing your edits or additions ==
== Saving or committing your edits or additions ==
Line 66: Line 66:
         new file:  web.php
         new file:  web.php
         modified:  webpack.mix.js
         modified:  webpack.mix.js
</source lang="console"
</source>


Above command will add both changed and untracked files into the staging area for commit.  Think of a short description text that starts with a verb in present tense.
Above command will add both changed and untracked files into the staging area for commit.  Think of a short description text that starts with a verb in present tense.