Prakhar Tiwari
8 posts published

Create a New Folder in a GitHub Repo
Learn to create a new folder in a GitHub repository from the web interface.
· Prakhar Tiwari

How to Fork a GitHub Repository
The first step in contributing to an open source project is to fork it. Learn to fork a repo on GitHub in this quick tutorial.
· Prakhar Tiwari

7 Best Practices for a Rockstar Student Developer GitHub Profile
Time to enhance the look and feel of your boring default GitHub profile with these tips and suggestions.
· Prakhar Tiwari

How to Delete a Branch in GitHub
A simple tutorial showing the steps for deleting branches from GitHub repository using the web interface.
· Prakhar Tiwari

How to Create a Repository in GitHub
In this primer on GitHub, learn to create new repositories. It also answers a few common doubts that arise while creating GitHub repositories.
· Prakhar Tiwari

How to Delete a GitHub Repository
Learn all the important things about deleting GitHub repositories.
· Prakhar Tiwari

How to Download Files and Folders From GitHub?
Want to download an entire GitHub repository or just a selected few files and folders? Here's how you can do it all.
· Prakhar Tiwari

Add Multiline Comments in Python
Python does not support multiline comments by default. However, you can use the docstring feature to achieve that.
· Prakhar Tiwari