In the previous exercise, Managing a project in Github, you forked the repository, altered the file, used diff to inspect the changes to class.txt. and pushed the file as a commit.
Reflect on the process.
How does the diff command portray changes in a file?
Diff only signifies additions.
Diff uses a plus (+) sign and a minus sign (-) to signify all changes.
Diff only signifies removals.
What command did you use to change active directories?
ad
cb
cd
In what order do you run the commands to commit your file?
push, commit
commit, push