added hello world#6
added hello world#6paridhigulati wants to merge 4 commits intoThe-Codesis:masterfrom paridhigulati:master
Conversation
|
Nice work @paridhigulati, I think you have made two cpp files for To add individual files you can use Also we never use master branch to submit a Pull Request, we always make a new branch , read this You can try fixing this PR or make a new one as per your wish ( and don't forget to add your name in Contributors.md ) |
Deleted hello__world.cpp
|
Nice @paridhigulati, let's do one more thing, Read this |
adiaholic
left a comment
There was a problem hiding this comment.
Never use your master branch to push features. Instead you should make a branch on your fork: eg paridhigulati/some-relevant-name. If you make PRs from the master branch, you won't be able to work on multiple issues simultaneously.
|
@adiaholic Oh sorry, I didn't know this. |
|
Yes, you can switch to a new branch and then squash your commits into one. Any other way do you prefer @adiaholic ? |
|
@paridhigulati Sadly, there isn't a way to rename a branch. What you need to do is,
|
|
@adiaholic Acually there is apparently a way to rename branches: I think what you meant there is that we cannot of course rename |
No description provided.