This is my first github trial project. I wish I could use gitlab instead of github. However, the login is broken for me in gitlab.
Anyway, I will use the project to record every step that I have done during my learning in [https://www.c0d3.com/].
The goal is to see if I become a well-trained software Engineer after this journey.
The [https://www.c0d3.com/signup] page is easy. You fill in
- username
- First name
- Last name
There will be message displayed after you press the "Create Account" button. I was told that hotmail account is not ok for email, and gmail worked for me.
If everything is ok, after you clicked on the "Create Account" button, you will get an email with a link to login and reset your password. Then, you should be able to access the [https://www.c0d3.com/curriculum].
The first step is to create a git repository which will hold this project. Just click on the "+" sign in the github.com web page, and select "New repository".
- name: C0D3
- LICENSE: GPLv3
- create a README.md file
- no .gitignore file yet
Using 'git clone' to clone the C0D3 project to your local computer. Once it is cloned, go to its directory and use 'touch .gitignore' to create the .gitignore file. Then, use 'git add -m "add file" .gitignore' and 'git commit -m "add file" .gitignore' to add the new file to the repository.
Using 'git push' to push the updated local repository to github.com.
Now we have the working local repository and remote repository.
- Contributing to the website -
Thank you very much for contributing!