It is important to configure line endings in git repository to make it cross platform. Here is how to configure line endings in git commit.
Git
Git Remove File from History
Sometimes you may need to remove file from git history. Here are the steps to remove file from history in git.
How to Remove .pyc file from Git Repository
How to Reset Local Git Repository to Remote
Sometimes you may need to reset your local branch to be same as remote repository. Here is how to reset local git repository to remote repository.
How to Undo Git Rebase
How to Stop Tracking Folder in Git Without Deleting
Sometimes you may need to stop tracking folder in git without deleting it. Here are the steps to do it.
How to Remove Git Ignore Files from Git Repository
How to Use SSH Instead of HTTPS in Git
How to Delete Git Tags
How to Generate SSH Keys for Git Authorization
SSH Keys provide secure authorization in Git version control system. Here are the steps to generate SSH keys for git authorization.