close
Skip to main content
Score of 3

Change git clone behavior to use redirects as origin

No. Following the redirect and changing the configured remote are two separate things. git clone records the URL you gave it as the URL for origin. An HTTP redirect may change where Git makes the ...
Score of 1

Given a multi-commit PR, how to go from a file in "Files changed" to the commit(s) where that file was changed?

1 parent f09500b commit b87bdb9 So... the commit you are dealing with is, from git's POV, a straight non-merge commit... what is also known as a "squash merge", given that it's a commit ...

Only top scored, non community-wiki answers of a minimum length are eligible