Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions superpowers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
- Jane Doe: Can write bug-free code while blindfolded

- Nhlakanipho Masilela: Can read minds.

- Thato: Problem-solving
16 changes: 16 additions & 0 deletions thato_steps.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
1. Forked the repository to my GitHub account using the GitHub web interface.
2. Created an issue titled "Add Thato to superpowers.md" and assigned it to myself.
3. Cloned the repository to my local machine:
~ git clone https://github.com/Thato50/git.git
~ cd git
4. Created a new branch for my work:
~ git checkout -b feature/thato
5. Edited the file superpowers.md and added my name and superpower.
~ Edited it to: - Thato: Problem-solving
6. Created a text file (thato_steps.txt) to document my steps.
7. Staged the changes:
~ git add superpowers.md thato_steps.txt
8. Committed the changes:
~ git commit -m "Add Thato to superpowers and document steps"
9. Pushed the branch to GitHub:
~ git push -u origin feature/thato