Skip to content

Commit

Permalink
updated git.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jun 12, 2024
1 parent ca2b363 commit f6f1423
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions git.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ This index is generated by [readme_generate_index.sh](https://github.com/HariSek
- [Why You Need Git LFS for Large Files](#why-you-need-git-lfs-for-large-files)
- [Git LFS on other git hosting providers](#git-lfs-on-other-hosting-providers)
- [Tips & Tricks](#tips--tricks)
- [Git Clone using a specific SSH Key](#git-clone-using-a-specific-ssh-key)
- [Show files not being tracked due to global & local `.gitignore` files](#show-files-not-being-tracked-due-to-global--local-gitignore-files)
- [Find line in `.gitignore` which is causing a given file to be ignored](#find-line-in-gitignore-which-is-causing-a-given-file-to-be-ignored)
- [Copy a file from another branch](#copy-a-file-from-another-branch)
- [Pull from Upstream Origin in a local Fork](#pull-from-upstream-origin-in-a-local-fork)
- [Multi-Origin Remotes](#multi-origin-remotes)
- [Advanced - push to different branch on remote](#advanced---push-to-different-branch-on-remote)
- [Fix Author / Email in Git Pull Request or History](#fix-author--email-in-git-pull-request-or-history)
- [Erase Leaked Credential in Pull Request](#erase-leaked-credential-in-pull-request)
- [Git Filter-Repo](#git-filter-repo)
- [Erase Leaked Credential in Git History](#erase-leaked-credential-in-git-history)
- [Merge a branch from another repo into the current repo](#merge-a-branch-from-another-repo-into-the-current-repo)
- [Reset and Re-download Git Submodule](#reset-and-re-download-git-submodule)
- [Get Current Branch](#get-current-branch)
- [Push New Branch and Set Upstream in One Command](#push-new-branch-and-set-upstream-in-one-command)
- [Push New Branch and Raise Pull Request in One Command](#push-new-branch-and-raise-pull-request-in-one-command)
- [Git Clone using a specific SSH Key](#git-clone-using-a-specific-ssh-key)
- [Show files not being tracked due to global & local `.gitignore` files](#show-files-not-being-tracked-due-to-global--local-gitignore-files)
- [Find line in `.gitignore` which is causing a given file to be ignored](#find-line-in-gitignore-which-is-causing-a-given-file-to-be-ignored)
- [Copy a file from another branch](#copy-a-file-from-another-branch)
- [Pull from Upstream Origin in a local Fork](#pull-from-upstream-origin-in-a-local-fork)
- [Multi-Origin Remotes](#multi-origin-remotes)
- [Advanced - push to different branch on remote](#advanced---push-to-different-branch-on-remote)
- [Fix Author / Email in Git Pull Request or History](#fix-author--email-in-git-pull-request-or-history)
- [Erase Leaked Credential in Pull Request](#erase-leaked-credential-in-pull-request)
- [Git Filter-Repo](#git-filter-repo)
- [Erase Leaked Credential in Git History](#erase-leaked-credential-in-git-history)
- [Merge a branch from another repo into the current repo](#merge-a-branch-from-another-repo-into-the-current-repo)
- [Reset and Re-download Git Submodule](#reset-and-re-download-git-submodule)
- [Get Current Branch](#get-current-branch)
- [Push New Branch and Set Upstream in One Command](#push-new-branch-and-set-upstream-in-one-command)
- [Push New Branch and Raise Pull Request in One Command](#push-new-branch-and-raise-pull-request-in-one-command)

## Workflow Branching Strategies

Expand Down

0 comments on commit f6f1423

Please sign in to comment.