This exercise will ask to do some very simple operations with Git & Github.
- Learn the simplest git mechanisms
- Understand how they relate to a public git hosting website such as Github or Gitlab
- Competencies:
- git basics
- github basics
- english basics
- self-branding basics
Before starting your work it is important to know the good practices. Organizations and companies often have regulations.
We recommend you to read more about these good practices before starting. here is a useful link
Fork the Git-Trial repository. You should follow the steps discussed in Git Basics 2
- Compose your CV properly, in proper English and proper direction
- Write your CV in markdown format (what is markdown?)
- Leave on purpose something missing in it
- Push it to github under the name
markdown-cv
- Fix the problem you left out on purpose before, commit
- Choose an image that represents you, add it to the repository and display it in the markdown file
- push to github
note: You cannot submit this exercise in an incomplete state, all steps have to be done
- What is Git?
- What is a commit?
- How to display an image in markdown?
- Any other question, click here