- Create a new repository on GitHub by clicking on the New Repository button on your GitHub home page. A repository is just a collection of files.
- Fill the repository with your data and description file.
- Commit your changes and push them to GitHub.
- Create a cover site with GitHub Pages.
Correspondingly, how do I download a dataset from GitHub?
IF you want to download the CSV file:
- Go to that particular dataset that you want to download and click on it.
- You will see "Raw" button on the top right side of the dataset.
- Press "Alt" and then left click the "Raw" button.
- The whole CSV will download in your system.
Likewise, what can you upload to GitHub? You can put up anything on Github as long as it complies with their community standards (basically nothing obscene, highly offensive, or illegal). In fact, you should put up everything that shows even a modicum of marketable skills.
In this way, how do I pull data from GitHub?
Using GitHub Desktop to PUSH to your local content to GitHub. PULL Request through Command Line. PULL Request through GitHub Desktop.
PULL Request through GitHub Desktop
- Cloning and Opening to Desktop.
- Create a new branch.
- Make a change in the imp file from the text editor.
- Commit the changes.
Where do I upload code?
GitHub, SourceForge and Google Code are all great places to make your project public and get others involved. But these sites will only host your code, documentation, maybe provide you a forum, a mailing list and a bug tracker. They usually does not offer you a hosting for an instance of your app.
