git

Git tips: How to Ignore changes to a tracked file

13 MAR 2020 GIT

There will be times when you have a file that you would need to edit to test something in your app and you don't want to commit those changes to the repository. Let’s say you have config_dev.dart curr...