https://gitlab.com/mindfulness-at-the-computer/git-info
A collection of resources - both custom made and links to other sites - to help people understand what goes on under the hood when using git, and provide information about useful git commands.
You can chat with us in this gitter chat room if you want to ask questions about git, make suggestions for improvements, ask for clarifications, etc.
The fork/clone development workflow is often used with open source projects. The git source code control system and the cloud based github service for git repositories are used in this documentation.
- Removing a file from the repository but keep it in your filesystem
- Apply commits from one branch to another branch with cherry-pick
- Cleaning up history before creating a pull request
To be completed
To be completed