├── README.md └── Contributor.md /README.md: -------------------------------------------------------------------------------- 1 | # Beginner-Repo 2 | This repository is made for beginners to get started with git contribution 3 | 4 | ## Setup Git 5 | - git config --global user.name "John_Doe" 6 | - git config --global user.email "john@example.com" 7 | 8 | ## Git commands you are going to use 9 | 10 | 1. git clone url (by cloning, all the files in that repo will be available to your local machine + before cloning make sure to fork the repo to your account) 11 | 2. cd RepositoryName(Beginner-Repo) 12 | 3. git checkout -b branch_name 13 | 4. git add filename.txt (after changing a particular file ) 14 | 5. git add . (to add everything) 15 | 6. git commit -m "message" (it is recommended that you commit with a message to indicate the things that you have changed) 16 | 7. git push (push it to the main branch now, then it will be available in github) 17 | > git push origin branch_name (it will push your code from the local branch to the master branch) 18 | e.g __git push origin devsg__ ( it will push branch devsg( local branch) to original repo's master branch , henceforth creating a PR) 19 | 8. git config --global https.proxy 172.16.102.28:8080 20 | 9. git config --global http.proxy 172.16.102.28:8080 21 | 10. git config --global --get-regexp http.* 22 | 11. git config --global --unset https.proxy 23 | 12. git config --global --unset http.proxy 24 | 25 | 26 | ## First Contribution 27 | 28 | - To contribute to this repository, first fork the repository (you can see this in the right-hand column).This will create a local version of the repository in your GitHub account. 29 | - ``` git clone https://github.com/user_name/Beginner-Repo ``` where **user_name** is your GitHub handle name e.g - https://github.com/pydevsg/Beginner-Repo 30 | - ``` cd Beginner-Repo ``` 31 | - Change from master branch to your local_branch 32 | ``` git checkout -b local_branch ``` where **local_branch** is your local branch name and is user defined from your Git Bash. 33 | - Add your name in the Contributor.md file as given in the [Contributors format](https://github.com/pydevsg/Beginner-Repo/edit/master/Contributor.md/#4) 34 | - ``` git add Contributor.md ``` 35 | - ``` git commit -m "comment" ``` where **comment** is user defined and it can be anything meaningful from your side. e.g - git commit -m " Added my name" 36 | - ``` git push origin local_branch ``` where **local_branch** is your local branch name and is user defined from your Git Bash. 37 | 38 | - This will help you in making your first PR. 39 | ### All the best for [JGEC Winter of Code(JWoC)](https://jwoc.tech/). Keep contributing! :tada: 40 | 41 | ## Author : [Sudipto Ghosh](https://github.com/pydevsg) 👨🏻‍💻 42 | 43 | -------------------------------------------------------------------------------- /Contributor.md: -------------------------------------------------------------------------------- 1 | # Add your names here and start your open source journey. 2 | 3 | Format 4 | 5 | ## [Name](Github Link) 6 | 7 | ## [Sudipto Ghosh](https://github.com/pydevsg/) 8 | 9 | ## [Sruti Chatterjee](https://github.com/sruti2024) 10 | 11 | ## [Chiraag Kakar](https://github.com/chiraag-kakar/) 12 | 13 | ## [Yogesh Jha](https://github.com/hound77) 14 | 15 | ## [Saurav Lal](https://github.com/saurav-skl/) 16 | 17 | ## [Sahil Saha](https://github.com/sahilsaha7773/) 18 | 19 | ## [Syed Modassir Ali](https://github.com/gr33nm0nk2802/) 20 | 21 | ## [Md Mahmood Ahmed](https://github.com/mahmood199/) 22 | 23 | ## [Aditya Das](https://github.com/AdityaDas2101/) 24 | 25 | ## [Gaurav Burjwal](https://github.com/gauravburjwal) 26 | 27 | ## [Suvam Prasad](https://github.com/SuvamPrasd) 28 | 29 | ## [Arpan Bhowmick](https://github.com/arpanb8907/) 30 | 31 | ## [Sayan Ojha](https://github.com/sayan2203/) 32 | 33 | ## [Murtaza Mustafa Khumusi](https://github.com/murtaza1112/) 34 | 35 | ## [Parjanya Aditya Shukla](https://github.com/parjanyaacoder) 36 | 37 | ## [Manish Pandey](https://github.com/InvincibleNobita) 38 | 39 | ## [Mahmoud Mabrok](https://github.com/MahmoudMabrok) 40 | 41 | ## [Zachary Moseti](https://github.com/ZachyDev) 42 | 43 | ## [Aryan Patel](https://github.com/patelaryan7751/) 44 | 45 | ## [Gary Lin](https://github.com/tgoscray) 46 | 47 | ## [Kushagra Gangwar](https://github.com/kushagragangwarr/) 48 | 49 | ## [Anubhab Sarkar](https://github.com/anubhab1710/) 50 | 51 | ## [V Nikhita](https://github.com/Nikhita28) 52 | 53 | ## [Soham Sen](https://github.com/NuclearCactus) 54 | 55 | ## [Sandip Kole](https://github.com/maihunsandip) 56 | 57 | ## [Rose Xiao](https://github.com/Rozie733) 58 | 59 | ## [Kirtan Patel](https://github.com/kirtankp) 60 | 61 | ## [Soham Chowdhury](https://github.com/code-soham/) 62 | 63 | ## [Soumil Banik](https://github.com/Soumil-Banik) 64 | 65 | ## [Rachit Verma](https://github.com/rachit23) 66 | 67 | ## [Gaurav Kumar Shah](https://github.com/GaurKS) 68 | 69 | ## [Srihari Reddy kata](https://github.com/srihariksr27) 70 | 71 | ## [Monojit Chakraborty](https://github.com/mcmonojit) 72 | 73 | ## [Jaskeerat Singh](https://github.com/Jassi10000) 74 | 75 | ## [Pooja Dhongadi](https://github.com/PoojaDhongadi) 76 | 77 | ## [Apoorva Kaushal](https://github.com/ApoorvaKaushal09) 78 | 79 | ## [Harshad Rokade](https://github.com/harshad71) 80 | 81 | ## [Steven Bahnsen](https://github.com/mr-steveb) 82 | 83 | ## [Shresth Jain](https://github.com/shresth-jain) 84 | 85 | ## [Kshitij Raghav](https://github.com/kshitijraghav) 86 | 87 | ## [Ajaynath](https://github.com/ajaynath-netizen) 88 | 89 | ## [Shishir Kumar](https://github.com/CoffeeQuotes) 90 | 91 | ## [Bryceson Laing](https://github.com/bklaing2/) 92 | 93 | ## [Dhaval Vasveliya](https://github.com/dhavalvasveliya) 94 | 95 | ## [Lebedev Vladimir](https://github.com/TARRAKAN) 96 | 97 | ## [Rohit Ranjan](https://github.com/Arheo8) 98 | 99 | ## [Nisura Indisa] (https://github.com/indezah/) 100 | 101 | ## [Susruta Das](https://github.com/susrutadas/) 102 | 103 | ## [Jamuna Nadarajah](https://github.com/jamuna27) 104 | 105 | ## [Purin Sukpanichnant](https://github.com/PurinSuk) 106 | 107 | ## [Zubin Shah](https://github.com/coder-zs-cse) 108 | 109 | ## [Arpit Babbar](https://github.com/arpitbabbar) 110 | 111 | ## [Shubham Vishwakarma](https://github.com/ShubhamVishwakarma11) 112 | 113 | ## [Shreyas Dixit](https://github.com/ShreyasDixit3012) 114 | 115 | ## [Mainak Roy](https://github.com/Mainakroy050) 116 | 117 | ## [Mayank Modi](https://github.com/modi0501/) 118 | 119 | ## [Urvashi Tomer](https://github.com/urvashi-tomer) 120 | 121 | ## [Omkar Gurav](https://github.com/omkargurav10) 122 | 123 | ## [Muhammed Sinan C K](https://github.com/Muhammedsinanck) 124 | 125 | ## [Ravin Kaur](https://github.com/ravinkaur1997) 126 | 127 | ## [Kunal Bankoti](https://github.com/Kb739) 128 | 129 | ## [Maxim Svistunov](https://github.com/mizoru/) 130 | 131 | ## [Kelsey Doyle](https://github.com/kdoyle390) 132 | 133 | ## [Hillary Omondi](https://github.com/hillaryomondi) 134 | 135 | ## [Udhav Mohata](https://github.com/udhavmohata) 136 | 137 | ## [Kartheek K](https://github.com/kkartheek134/) 138 | 139 | ## [Manish Kumar](https://github.com/manishhansal/) 140 | 141 | ## [Alexander Cairel](https://github.com/ajcairel) 142 | 143 | ## [Shivam Kumar](https://github.com/shivamsks219) 144 | 145 | ## [Shankar Balajee](https://github.com/Shankar-Balajee) 146 | 147 | ## [Nathan Stanford](https://github.com/nastanford/) 148 | 149 | ## [Than Tri TRAN](https://github.com/tri135790) 150 | 151 | ## [Dhruvkumar Patel](https://github.com/stack-dhruv) 152 | 153 | ## [Akshay Pawar](https://github.com/DataVirtue) 154 | 155 | ## [Vidhu Krishna T S](https://github.com/vidhukrishnats) 156 | 157 | ## [Dhruvik Tank](https://github.com/dhruviktank) 158 | 159 | ## [Hossain Kabir](https://github.com/ho-ssain) 160 | 161 | ## [Aviral](https://github.com/picklepickaxe) 162 | --------------------------------------------------------------------------------