How to Ignore .log Files in a Git Repository
Log files (.log) are often generated by applications during development or runtime and usually contain temporary debug output, errors, or……
# Linux, Devops, Scripting, Cats and various things come to my mind
Log files (.log) are often generated by applications during development or runtime and usually contain temporary debug output, errors, or……
Usually when we work on Python projects we create virtual environments per project, those files are not needed under version control so it……
In this part we will focus interacting with remote repositories, remote repositories are used when people want to collaborate.…
Git is an essential tool if you are a developer a sysadmin or a devops engineer, it can help you keep track changes in files you are……
I…