Closed AndreWeiner closed 4 years ago
done!! i hope everything is correct.
Hi Mahdi, I guess something went wrong since you haven't pushed anything to the repository. You can try to repeat the steps. Carefully read the Git output to find potential issues. Otherwise, we go through the process together on Monday. Best, Andre
can you please check it out.... I tried it again :)
The commit and the new branch have been correctly pushed to the repository, nice! The commit message could have been better, though. Next time, don't forget to mention the issue you are referring to. A potential commit message could have been: Add small change to linear algebra notebook to test git/github workflow; related to issue #6.
Hi @MehdiMak96 , let's make the first change on the linear_algebra_basics.ipynb notebook.
git status
; you can change branches usinggit checkout branch_name
(always use the tab-key for autocompletion)git status
again; there should be exactly one modified file, namely linear_algebra_basics.ipynbgit status
(the color should have changed from red to orange)#issue_number
; the number of this issue should be 6Best, Andre