Skip to main content
Prakhar Tiwari

Prakhar Tiwari

8 posts published

GitHub create new folder
GitHub Fundamentals

Create a New Folder in a GitHub Repo

Learn to create a new folder in a GitHub repository from the web interface.

ยท Prakhar Tiwari

fork github repository
GitHub Fundamentals

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
GitHub Fundamentals

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

delete branch in GitHub
GitHub Fundamentals

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

Creating new repositories in GitHub
GitHub Fundamentals

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

Deleting GitHub repository
GitHub Fundamentals

How to Delete a GitHub Repository

Learn all the important things about deleting GitHub repositories.

ยท Prakhar Tiwari

Download files from GitHu
GitHub Fundamentals

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

Python multiline comments
Python

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