Geethanjali Gandu has Published 5 Articles

How to List All the Files in a Git Commit

Geethanjali Gandu

Geethanjali Gandu

Updated on 06-Jan-2025 11:54:17

123 Views

When working with Git, it's often necessary to inspect the contents of a specific commit to understand the changes made. Listing the files in a commit provides clarity, whether you're debugging, reviewing changes, or auditing the project history. Git offers several commands to list all file in a git commit, ... Read More

How do i add environment variables to my Vercel project?

Geethanjali Gandu

Geethanjali Gandu

Updated on 09-Dec-2024 12:10:49

124 Views

What are Environment Variables?Environment variables are essential for managing sensitive information, such as API keys or database credentials, in a secure and maintainable way. Environment variables are key-value pairs used to configure applications without hardcoding sensitive or environment-specific information into the codebase. They are especially useful for:Storing Sensitive Information: Protect ... Read More

How to Host Static Website Using AWS S3?

Geethanjali Gandu

Geethanjali Gandu

Updated on 22-Nov-2024 10:32:50

78 Views

What is Amazon S3? Amazon S3 (Simple Storage Service) is a highly scalable, secure, and durable cloud storage service offered by AWS. It allows users to store and retrieve data at any scale. S3 is widely used for storing objects such as images, videos, documents, backups, and even hosting static ... Read More

How to Push Anything to GitHub using Git Bash?

Geethanjali Gandu

Geethanjali Gandu

Updated on 12-Nov-2024 11:43:27

177 Views

Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. Here is a step-by-step guide with examples that explains how you can push your code to GitHub using Git Bash, with creating repository to updating ... Read More

How to Create Time-Table Schedule using HTML?

Geethanjali Gandu

Geethanjali Gandu

Updated on 15-Oct-2024 09:43:33

6K+ Views

A timetable is an essential tool for organizing daily activities and improving productivity. In this article, you will get to know how to create a simple and effective weekly timetable using HTML. This timetable will include time slots, subjects, and lunch breaks, along with highlighting weekends as holidays. HTML ... Read More

1
Advertisements