All type of codes (Beginner, Intermediate and Advance) feel free to add your codes to this repo! 😎 😎
Link to register: hacktoberfest.digitalocean.com
See more details at: hacktoberfest.netlify.com
Go to our repo by clicking here - https://github.com/BasicNik/Basic-Codes-
☀ GitHub repository URLs will reference both the username associated with the owner of the repository, as well as the repository name.
☀ When you’re on the main page for the repository, you’ll see a button to "Star" and “Fork” the repository on your upper right-hand side of the page, underneath your user icon.
☀ To make your own local copy of the repository you would like to contribute to, let’s first open up a terminal window.
☀ This URL will be similar to the URL above, except now it will end with .git
. In the example above, the URL will look like this:
https://github.com/BasicNik/Basic-Codes-
☀ You can alternatively copy the URL by using the green “Clone or download” button from your repository page that you just forked from the original repository page. Once you click the button, you’ll be able to copy the URL by clicking the binder button next to the URL.
☀ Once we have the URL, we’re ready to clone the repository. To do this, we’ll combine the git clone command with the repository URL from the command line in a terminal window:
https://github.com/BasicNik/Basic-Codes-