Updated ABOUT.md#103
Conversation
corrected the mistakes
|
|
||
| Why Learn JAVA? | ||
|
|
||
| - JAVA IS EVERYWHERE. It is one of the most in-demand programming languages, a standard for enterprise software, web-based content, games and mobile apps, as well as the Android operating system. |
There was a problem hiding this comment.
I suggest some minor edits to the first sentence:
JAVA IS EVERYWHERE. It is one of the most in-demand programming languages: a standard for enterprise software, web-based content, games and mobile apps, and the Android operating system.
|
@amrtanair thanks again for doing this. I think there just a couple more things that should be tightened up. Please let me know if you need help. |
|
@amrtanair one thing to know-- it shouldn't necessary to create a new pull request for each set of edits. You should be able to just edit the existing branch Ideally the all commits for your changes would be squashed in to one-- if I can help you do that please let me know. |
|
I would really like to know how to do it that way. Could you please tell me Regards, On Mon, Mar 7, 2016 at 10:57 PM, Matthew Morgan notifications@github.com
Regards, |
|
Closed by #104 |
|
Usually you do things in this order: fork the exercism/xjava repo, then in your local command line: You can now make the pull request. We'll review it, suggest changes or ask questions, and you can make those changes locally. When you're done, commit your new changes to your local branch then roll everything in to one commit. To combine your new changes with the old:
The ref BEFORE the first commit you made (EG the one that reflects the repo when you forked it) is the one to which you want to reset, in this case: b03f4f1 You will reset, and then make a new commit with a new message that will roll up all your changes since you forked.
When you've taken the final step ( Does that make sense? |
|
Yes, that did help me a lot. I had been confused for a long time on how to Regards, On Tue, Mar 8, 2016 at 12:10 AM, Matthew Morgan notifications@github.com
Regards, |
|
Awesome. Feel free to reach out if you get stuck or have any questions. |
corrected the mistakes. Anything else I could change?
Thanks a lot for your input