Skip to content

Commit 9167a17

Browse files
authored
Merge pull request #999 from navidcodes/add-my-resource
Add my name and resource
2 parents 855833d + 7c2dc79 commit 9167a17

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
This is a list showing the GitHub usernames of all who have contributed to this open-source project! **Make sure to add yourself and submit a pull request if you've contributed.**
1010

1111
- [@8xu](https://github.com/8xu)
12+
- [@navidcodes](https://github.com/navidcodes)
1213
- [@Festivemena](https://github.com/Festivemena)
1314
- [@Quavo](https://github.com/lucky-chap)
1415
- [@anna-kulyk](https://github.com/anna-kulyk)

Using_Git_and_GitHub.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
- [Syntax Highlighting in Markdown](https://support.codebasehq.com/articles/tips-tricks/syntax-highlighting-in-markdown): A list of languages that support syntax highlighting in Markdown fenced code blocks.
4040

41-
- [Markdown Guide](https://www.markdownguide.org/): An overview of Markdown, with links to helpful resources and Markdown-compatible tools. Also lists helpful tools and includes a handy cheat sheet.
41+
- [Markdown Guide](https://www.markdownguide.org/): An overview of Markdown, with links to helpful resources and Markdown-compatible tools. Also lists helpful tools and includes a handy cheat sheet.
4242

4343
## Open Source Coding on GitHub
4444

@@ -64,6 +64,8 @@
6464

6565
- [Complete Git and GitHub Tutorial](https://www.youtube.com/watch?v=apGV9Kg7ics): This tutorial will help you with using Git & GitHub for your personal projects and contributing to Open Source, with no prerequisites, in an easy to understand language. It starts from the very basics of Git & GitHub, covering all the essential commands, including concepts such as branching, pull requests, forking, etc. We also cover other concepts such as squashing, resolving merge conflicts, keeping your code in sync, and more.
6666

67+
- [Git and GitHub - 0 Experience to Professional](https://www.youtube.com/watch?v=hrTQipWp6co): Learn Git from 0 experience to professional level in 3 projects.
68+
6769
## Collaboration Best Practices
6870

6971
- [The Agile Manifesto](https://www.agilealliance.org/agile101/the-agile-manifesto/): The Agile Software Development Practices are the gold standard for workplace collaboration and an alternative to the Waterfall Software Development model. Examples of Agile frameworks: Scrum, Kanban, Extreme Programming and DevOps.

0 commit comments

Comments
 (0)