Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Just a tip when using git #8

Open
Askhento opened this issue Jul 26, 2024 · 1 comment
Open

Just a tip when using git #8

Askhento opened this issue Jul 26, 2024 · 1 comment

Comments

@Askhento
Copy link

Askhento commented Jul 26, 2024

Maybe this could be added to readme...

I really like dark mode, but my teammates don't ((
So in order to add it to my project I added global gitignore file, without disturbing project git history

# git bash commands
$ git config --global core.excludesFile '~/.gitignore'
$ echo *UnityEditorDarkMode* > ~/.gitignore
@Askhento Askhento changed the title Just a tip Just a tip when using git Jul 26, 2024
@mjambresic
Copy link

That's a good idea... Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants