2nd November 2022, 11:59 PM.
Hello World!.| Click on Accept this assignment |
|---|
| Wait a brief moment for the assignment repo link to be generated |
|---|
| Click on the generated link |
|---|
| Add and clone your remote repository to your Github Desktop |
|---|
Click Add |
Click Clone repository |
| Select the repository from the list of online repositories and select a storage path |
|---|
| Place the repository where you can easily find it |
| Using Qt Creator, select File->Open File or Project.. |
|---|
Go to your assignment directory and select the CMake file CMakeLists.txt |
|---|
| Press Configure |
|---|
Open the main.cpp file. You will find guidelines as in-line comments. |
|---|
| After saving your changes, commit with an appropriate message. |
|---|
| Push the repository to update the online repository on GitHub. |
|---|
$ git commit -a -m "solved all problems!"
$ git push [github link]
commit and a single push.You can also solve each problem separately and commit and push for each problem you solve:
Git/Github.