diff --git a/documentation.txt b/documentation.txt new file mode 100644 index 0000000..cfc296a --- /dev/null +++ b/documentation.txt @@ -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. \ No newline at end of file diff --git a/superpowers.md b/superpowers.md index 6cd1c69..20015b4 100644 --- a/superpowers.md +++ b/superpowers.md @@ -3,3 +3,5 @@ - Jane Doe: Can write bug-free code while blindfolded - Nhlakanipho Masilela: Can read minds. + +- Rose Melato: Can teleport.