Skip to content

vanshtanwarr/GeeksterWorkVansh

Repository files navigation

vansh

All these task's solution is in wt.pdf

Tasks:

  1. Initialize an empty repository in your local machine.

  2. Initialize git inside that repository.

  3. Create a file named first.txt.

  4. Add first.txt to the staging area.

  5. Commit with the message "adding first.txt".

  6. Check out your commit with git log.

  7. Create another file called second.txt.

  8. Add second.txt to the staging area.

  9. Commit with the message "adding second.txt".

  10. Remove the first.txt file.

  11. Add this change to the staging area.

  12. Commit with the message "removing first.txt".

  13. Check out your commits using git log.

  14. Create a GitHub repository with your own name.

  15. Push your code to the same repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages