Git
install on Windows
gitmoji : guidelines to use emojis in commit messages
Backlinks¶
- pull request
- Obsidian plugin - Git
- obsidian-git is a Obsidian plugin to automatically backup your Obsidian notes with git.
- check ssh github connection
- git submodule
- A git repo inside a git repo is a submodule.
- git sparse-checkout
- sparse checkout let’s you pull a single file with git
- test code in Blender
- can create issues with git, if git tries to delete the link e.g. when changing branch
- Unity local manifest issue
- Unity loads the UPM project manifest to decide which packages to download and install.
Whenever you pull an update or change branch, and there was a change to the project manifest, a merge conflict will occur.
So there’s currently no way to have a local manifest with user packages installed.
- Unity loads the UPM project manifest to decide which packages to download and install.
- Git LFS
- avoid developing Unity projects on Dropbox
- gitignore
.gitignore
is a textfile that tells git which files to ignore, and not to track.
- Github fork
- Obsidian - code execution
- bash is not installed by default on windows. You can link to the git bash path in settings
C:\Program Files\Git\git-bash.exe
- bash is not installed by default on windows. You can link to the git bash path in settings
- Subversion
- change caps for a committed file
- common source control mistakes
- compression on mesh variations
- git only saves the changes between 2 textfiles, instead of saving 2 full textfiles
- git cheatsheet
- git filename too long
- git ignore versioned file changes
- git subtree
- local Unity tools - Git
- This setup assumes you use git, and creates a local folder that is ignored by git to store your tools in. Other version control software (e.g. Perforce) should also support ignore files.
- tool distribution