bash-git-prompt tweaks
Some tweaks I made to bash-git-prompt. dynamic Python virtualenv path, new var GIT_MESSAGE, etc.
Some tweaks I made to bash-git-prompt. dynamic Python virtualenv path, new var GIT_MESSAGE, etc.
It might be a common case that you have multiple github.com accounts (personal and professional), and you want to use different ssh keys for different github accounts, as github.com does not allow same ssh key for different accounts with "Key is already in use" error.
To achieve this, you could follow this tutorial:
I need to sync github repository (files and commits only) https://github.com/copdips/copdips.github.io to gitee repository https://gitee.com/copdips/copdips.github.io.
This is not a complete Git cheat sheet for everyone, this is just a personal cheat sheet for some often forgotten git commands.
When we have submodules in a git repo, even if we add the submodules' folders into the .gitignore
file, these submodules folders are still tracked from the git status
output.