-
-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: fixed mistakes, removed [&] #859
Conversation
…sary stuff, matched the Coding Style Standards more accurately.
…ith auto on line 19
… code, renamed editing-objects.md into editing-channel-and-message.md (hopefully didn't miss anything)
✅ Deploy Preview for dpp-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one thing :)
I would advise that you move your future PRs into a separate branch. Your PRs are starting to contain many commits from old PRs (because you're merging them into your dev branch). |
But if I do so, some files will be missing and I'll request pull without needed/non-up-to-date files, no? |
you can create new branch which will be copy of current dev branch and use |
No. If you make your branch from dev, you'll be okay. Even if you don't, if you only commit your files, only they get seen by GitHub. |
You don't need |
So if I copy it to my own branch and commit files that I need to only, I'll be fine and I won't have to keep pulling/re-cloning? |
Exactly. This means you just do what you want on your branch and once the PR is merged, you delete the branch. You should still keep pulling dev though, to make sure that's up-to-date. |
So, I "copy" the branch, do stuff and when it's merged, delete it and do it over again? |
Yup. If you feel like you need more information about this, I can look to make a tutorial for this. |
I guess I'll just keep on learning the power of Googling. |
I see some examples use
[&]
and the advanced reference says that it's better not to use it. So I don't think we should do it in the examples. Also, there were punctuation mistakes in those files, fixed those.dev
branch.