- Initialize an empty git repository.
- Create a file named first.txt.
- Add first.txt to the staging area.
- Commit with the message "adding first.txt".
- Check out your commit with git log.
- Create another file called second.txt.
- Add second.txt to the staging area.
- Commit with the message "adding second.txt"
- Remove the first.txt file
- Add this change to the staging area
- Commit with the message "removing first.txt"
- Check out your commits using git log
- Create a github repository with your own name
- Push your code to same repository
- Host the repository on github pages and attach the link here
-
Fork a repo - https://github.com/bitz1119/very-basic-resume
-
Clone the website
-
Change name from "Bittoo Aggarwal" to (your name) in index.html
-
Add your changes to git
-
Commit your changes to git
-
Push the code on github
-
Host on github pages
-
Add the link to
../../README.mdhosted link section -
Hotsted Link - https://shubham-gawai.github.io/very-basic-resume/