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
9 changes: 9 additions & 0 deletions documentation.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
1. Forked the file by clicking the dropdown on the fork button then create a "new fork"
2. cloned the forked git repo by copying the repo link on my fork repo and used: git clone https://github.com/RoseMelato/git.git to have the repo on my local machine
3. Created an issue by clicking on issues > new issue > assign to myself, then create
4. Created a branch called feature/Rose using: git checkout -b feature/rose
5. Modified the superpowers.md file by adding my name and superpower.
6. commited the changes by first :
1. perfoming git add . to stage the changed files for commit.
2. commited the changes by performing: git commit -m "Added my name and my superpower".
7. perfomed: git push --set-upstream origin feature/Rose to push my changes to github.
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.

- Rose Melato: Can teleport.