How to Add GIFs on README .md File in a GitHub Repository? Last Updated : 31 Aug, 2022 Comments Improve Suggest changes Like Article Like Report Git is a free and open-source distributed version control system designed to handle everything from small to very large projects. Github is a highly used software that is used for version control. It is more helpful when more than one person is working on a project. GIF as we all know stands for Graphics Interchange Format is a bitmap image format. This format supports 8 bits per pixel. Proceeding further Git and Github basics are a must pre-requisite to go where here we will be getting how we can add GIFs in the README.md file of a GitHub repository. Step 1: First of all, create a GitHub repository on Github, for illustration purposes we are taking a custom repository as depicted below: For example, We have created a Github repository with the name GeeksForGeeks. Step 2: Upload the GIF in the repository which you want to add in README. For example, custom GIF have been uploaded in above repository named "Geeks For Geeks". Step 3: Click on the "Add a README" button. A new window will open. Step 4: Open the added GIF file in your repository and copy the URL. Step 5: Now paste it inside your README.md file with command below as follows:  Example: Custom readme in the directory 1.1 Click on the commit changes button at the bottom. 1.2 Your GIF will appear along with other README.md file contents. Note: It is recommended to use GIFs size to be less than 30 MB. Comment More infoAdvertise with us Next Article How to Add Audio Files on README .md File in a GitHub Repository From the Local System? B bhuwanesh Follow Improve Article Tags : Git GitHub Similar Reads How to Add Videos on README .md File in a GitHub Repository? Git is known as the free and open-source distributed version control system that is specially made to handle everything from small to very large projects. GitHub is a highly used software that is used for version control. When working in a team where we have more than one developer, this software co 3 min read How to Add Images on README .md File in a GitHub Repository From the Local System? Adding images to your README.md file in a GitHub repository can significantly enhance the project documentation. Whether you're showing screenshots, diagrams, or other visuals, including images can make your README more engaging and informative. This article will guide you through the process of add 3 min read How to Add Audio Files on README .md File in a GitHub Repository From the Local System? Adding audio files to your README.md file in a GitHub repository can make your project more engaging and informative. This guide will walk you through the steps to embed audio files in your README.md file using your local system. Steps to Add Audio FilesIn order to add an audio file to the README fi 2 min read How To Rename A Repository on GitHub? Renaming a repository on GitHub is a simple task that might be necessary for several reasons: action may include project renaming, consolidation of repositories, improper naming conventions or, in general, redundancy and clarity. In this detailed guide, each of the steps involved in renaming a repos 6 min read How to Add Images to README.md on GitHub? Adding images to README.md on GitHub is a good practice to keep the individual user's readme effective & interactive, plus it also helps dictate the project admins better in what issues we are solving by displaying an image. In this article, we will learn how to add images to README.md in GitHub 3 min read How to Add Code on GitHub Repository? GitHub is a powerful platform for hosting and sharing code. Whether youâre working on a solo project or collaborating with others, adding code to a GitHub repository is essential. Hereâs a step-by-step guide on how to add your code to a GitHub repository. Steps to Add Code on GitHub RepositoryStep 1 2 min read Like