Skip to content

sp713/Git-Task-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitTask

Pre-requisites

  • Have git installed on your local machine.

  • Have a github account.

  • Have a basic idea about open source software and why git is used.

  • Be familiar with basic git commands.

    You can use this website to get a visual understanding of how some git concepts work learngitbranching

What to do?

  1. Fork and then clone this repository to your local machine.

  2. Add a text file to this repository with your name as the file name the content should be the date that you attempted this task and commit it.

  3. Create a new branch with the your name as the branch name.

  4. Add a markdown file to this new branch with your name as the file name and the content should be a brief description of yourself.

  5. Now on the same markdown file add the commit hash of the last commit that you made when adding the text file then commit it.

  6. Merge the newly created branch with the main branch.

  7. Edit this README.md file to add your name at the very end of this file commit it then undo that very action using git reset.

  8. Add a new file called 'commands.md' and enter the git commands that you used to each of the steps above. With a brief description of what each command does and how the git tree changes along with each command. Add this file to the main branch.

  9. Finally, push the changes to your own github repository and create a pull request to this repository.

That's it you're done!

Guidelines

  • You will be evaluted based on this task during the interview round so make sure you're that you are doing it on your own and not using any AI tools or any assistance out there.

  • Make sure to do these steps in order, if you mess up somewhere you can always reset the repository to the initial state and start over.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published