Posts by Sornii • 126 points
2 posts
-
1
votes1
answer74
viewsA: Apply source code updates after Fork time and multiple changes
First, you have to ensure that your git repository is an extension of the original project, that it is a Fork and not just a copy. Even if you copy, it is usually to come a folder called .git that…
-
0
votes5
answers3666
viewsA: How do I know the last commit to move the same file as my commit?
You can just use git log in the main branch folder. You can also filter by users in this case git log --author=Foo