1git config core.fileMode false details in https://stackoverflow.com/questions/1580596/how-do-i-make-git-ignore-file-mode-chmod-changes
Read More
See http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/
Read More
See https://stackoverflow.com/questions/5533050/gitignore-exclude-folder-but-include-specific-subfolder
Read MoreWhen you see error such as this 1bash-4.1$ git checkout Brick_Release_2018-06-19 2error: pathspec 'Brick_Release_2018-06-19' did not match any file(s) known to git. 'git fetch' first and retry to checkout. If it still fails, ensure you're using the correct branch name.
Read More1$ git remote set-url --push origin no-pushing 2$ git push 3fatal: 'no-pushing' does not appear to be a git repository 4fatal: The remote end hung up unexpectedly See https://stackoverflow.com/questions/7556155/git-set-up-a-fetch-only-remote
Read More
If on a branch you want renamed 1git branch -m new-name If on a different branch 1git branch -m old-name new-name
Read More