0 Votes

Git

Last modified by Jeff McDonald on 2021/11/02 08:14

Purging a file from your repository's history:

https://rtyley.github.io/bfg-repo-cleaner/

Tagging basics:

https://git-scm.com/book/en/v2/Git-Basics-Tagging


Managing remote repositories

git clone https://github.com/vorpalnet/optum.git

git remote add optum https://github.optum.com/omni-platform/omni-occas.git

git remote -v

git pull --allow-unrelated-histories optum master

git push optum master