Update steps for 'Getting the source code' and link 'Git Bootcamp'#986
Conversation
There was a problem hiding this comment.
Thanks for the PR!
There are two .DS_Store files that got included accidentally and should be removed.
I usually use git add -p while adding changes, in order to both verify exactly what gets added and to review it while I do (and sometimes also to break changes into multiple commits).
|
Sorry about that let me remove them. |
|
Would it be useful to add |
|
I hope it worked, I can't see the files now. Please confirm. |
.gitignore
Outdated
|
|
||
| # Rope project settings | ||
| .ropeproject | ||
| .ropeproject No newline at end of file |
There was a problem hiding this comment.
We need a newline at the end of the file.
| .ropeproject | |
| .ropeproject | |
There was a problem hiding this comment.
Alright, let me add it.
There was a problem hiding this comment.
Please check now.
|
|
||
| # Rope project settings | ||
| .ropeproject No newline at end of file | ||
| .ropeproject |
There was a problem hiding this comment.
I'm not sure why, but it also doesn't belong to this PR.
I will batch-commit my suggestions and merge this.
There was a problem hiding this comment.
Got it, thank you for the help.
|
Done, thanks for the PR! |
|
Thank you for the assistance. Really appreciate it. |

This PR contains the following changes mentioned in issue number #964: