Git Ignore and Readme Files in Git

Опубликовано: 12 Октябрь 2024
на канале: Renaissance Coders
2,001
31

Relevant Links:
https://gist.github.com/jxson/1784669
https://kirkstrobeck.github.io/whatis...

In this video, Jared covers both the gitignore and readme files that are used with git repositories. The gitignore and readme files are important files that are almost always used with git repositories. The gitignore file, helps us to remove or ignore specific files from our repository and the README file helps to give users additional information around our repositories.