Lets-Learn-Git

This Repo is regarding Rajasthani Geek's Event

This Repo contains CheatSheet to revise concepts of Git that we learned throughout this event.

Follow the Instructions to complete final Project.

  • Fork this Repo

    Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.
  • Clone the Repo

    Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon. Use Git command to clone. Forgot? Have a look over Cheatsheets
  • Create a Branch

    Make a Branch of your name.
  • Make necessary changes

    Now open Contributors.md file in a text editor, add your name to it with your GitHub Profile Link. Now, save the file.
    Example: - [Name](https://github.com/username)
  • Commit those changes

    Now commit your changes using Git command. You can take help of Cheatsheets
    Commit message should be: Add <your-name> in Contributors list
    Replace <your-name> with your name.
  • Push changes to Github

    Now push all those changes to Github using Git command.
  • Submit your changes for review

    If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.
    Click on Create Pull request Button.

Soon I'll be merging all your changes into the master branch of this project. You will get a notification email once the changes have been merged.

Congratulations 🎉 You have completed this project.

Join our Community!