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 repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.
- 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
- Make a Branch of your name.
-
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)
-
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. - Now push all those changes to Github using Git command.
-
If you go to your repository on GitHub, you'll see a
Compare & pull request
button. Click on that button.
Click onCreate Pull request
Button.