Git Tutorial 4 - gitignore || ignore files and folders in GitHub

preview_player
Показать описание
Hi friends in this tutorial, I am gonna show you how you can use .gitignore file to ignore the file and folder from tracked and untracked so that you don't need to worry about them during each commit. If you create a file in your repository named .gitignore, Git uses it to determine which files and directories to ignore, before you make a commit. A .gitignore file should be committed into your repository, in order to share the ignore rules with any other users that clone the repository.
Рекомендации по теме
Комментарии
Автор

Hi Genius thanks for the tutorial, it was just what I was looking for, I look forward to more

victorejiofor