Using Git

This section explains ways to use Git.


git-flow (Git Branching Model)

Change a Git Remote Repository URL

Git Server - Create and Register an SSH Public Key

Reset Git by Removing History

Delete Git History After Committing Large Files or Credentials - bfg-repo-cleaner

If you accidentally committed a large file to a public Git repository, or exposed sensitive information such as credentials or passwords, you may need to delete the file or remove it from commit history. This article introduces bfg-repo-cleaner for that purpose.