So, finally, when I deploy, I can copy the .example files (to config.php and database.php), customize them, and they won't get tracked by GIT.
Track a standard config.ini in your repo, but if you need to override the values in it , copy it to config.mine.ini and modify. Then configure git to ignore ...
gitignore or forgot it all together. It removes the entire cache; Looks at your . gitignore; Adds the files you want to track; Pushes to your repo.
Mixed reset (move HEAD and change staging to match repo; does not affect working dir ): git reset --mixed
The normal use case is that you still track your source files with git, but that you don't upload them by putting them into .git-ftp-ignore .
This is what you want to do: Add all the files, individually or in a folder, that you want to remove from the repo but keep locally to .gitignore.
To be clear, what this command means is: You want to keep these files on your hard drive, but you don't want Git to track them any more. (I ...
GIT Push Command in SourceTree git -c diff.mnemonicprefix=false -c
Despite this handy feature, it's good practice to use git mv so you don't need to wait for a git add or git commit for Git to be aware of the move and ...
Everytime you transfer storage method, you can potentially increase the