git-history-graph Questions

11

Is there a command in Git to see (either dumped to stdout, or in $PAGER or $EDITOR) a particular version of a particular file?
Km asked 3/12, 2008 at 19:31

11

Is there a command in Git to see (either dumped to stdout, or in $PAGER or $EDITOR) a particular version of a particular file?
Multicolor asked 3/12, 2008 at 19:31

11

Is there a command in Git to see (either dumped to stdout, or in $PAGER or $EDITOR) a particular version of a particular file?
Ovular asked 3/12, 2008 at 19:31

10

Solved

I can execute various Git commands from Visual Studio Code, however I couldn't find a way to visualize the history.
Weinberg asked 18/6, 2016 at 17:27

10

Solved

I can execute various Git commands from Visual Studio Code, however I couldn't find a way to visualize the history.
Roemer asked 18/6, 2016 at 17:27

3

Solved

I'm trying to script a way to tell if a given commit is on the first-parent chain of a given branch. So, for example, merge-base won't fly, as the commit might have been merged in. I want to know w...
Afghan asked 28/3, 2017 at 20:6

0

In this SO question details are provided on use of out of box vscode "Timeline view" experience is covered as a way to look at commit history and diffs from a file scope perspective. Does...
Maieutic asked 25/8, 2020 at 20:39

5

Solved

Git is a DAG of snapshots, with each node on the graph representing a commit. Each commit can have 'n' parent commits. Given any two commits, is there a single, concise way to discern the "order" ...
Wildon asked 20/8, 2013 at 21:20

1

Solved

I have a project that has more than 3 years of history in the svn repository. It was migrated to git, but the guy who did this, just take the last version and throw out all these 3 years of history...
Matelote asked 19/5, 2017 at 19:34

1

Solved

https://mcmap.net/q/12244/-view-the-change-history-of-a-file-using-git-versioning explains how you can do a git log command for a file. Is there a way to track how part of a file changed with git l...
Fugleman asked 31/1, 2016 at 0:18
1

© 2022 - 2024 — McMap. All rights reserved.