0 Votes

Wiki source code of Git

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

Show last authors
1 Purging a file from your repository's history:
2
3 [[https:~~/~~/rtyley.github.io/bfg-repo-cleaner/>>https://rtyley.github.io/bfg-repo-cleaner/]]
4
5 Tagging basics:
6
7 [[https:~~/~~/git-scm.com/book/en/v2/Git-Basics-Tagging>>https://git-scm.com/book/en/v2/Git-Basics-Tagging]]
8
9 ----
10
11 Managing remote repositories
12
13 git clone [[https:~~/~~/github.com/vorpalnet/optum.git>>https://githug.com/vorpalnet/optum.git]]
14
15 git remote add optum [[https:~~/~~/github.optum.com/omni-platform/omni-occas.git>>https://github.optum.com/omni-platform/omni-occas.git]]
16
17 git remote -v
18
19 git pull ~-~-allow-unrelated-histories optum master
20
21 git push optum master
22
23
24
25
26
27