You can't use 'add' because Git won't add resources outside of the repo's root directory.
Every new remote I add is also automatically being added to every folder on my computer. Then when I add/commit/push to a repository, there are ...
git --git-dir=../repo --work-tree=. add foo. This will do what you want but will obviously suck when you have to specify it with every git command ...
You simply can't edit these files outside of the proprietary IDE,
Put the configuration file in your Git repository and make a symlink to
If set to true, fall back to git grep --no-index if git grep is executed outside of a git repository. Defaults to false. OPTIONS. --cached. Instead of searching tracked files ...
Azure Repos currently does not support using SSH in repos with Git LFS tracked files. If a user drags and drops a binary file via the web interface ...
data git push origin master # sync the git repo and large file to the GitLab server
Inspecting & Tracking Changes
You cannot track other folders outside of this repository. Git only tracks files and folders within the root folder which includes the .git directory and the subfolders ...