Discussion:
[git] Multiple master HEAD threads
Som Lima
2021-03-31 21:54:26 UTC
Permalink
Hi,

I have just started using git in eclipse and frankly it is has had an
enormous impact on my development.

On each occasion I make a change I commit it and comment it.

The way I was doing this was by first staging on command line terminal
using

git add .

Then committing it in eclipse
by
While root selected in project explorer -> right click -> team -> commit.

I seemed to have done something wrong.

If I select one of the sub directories I have another thread appearing in
git history window with master HEAD and a thread of changes below it.

if I select one of the files I have aldo another thread beginning with
master HEAD and list of changes below it.

I should only have one thread so that when the repository is select in git
repository window or the root in the project explorer I have just this one
thread.


Also if I make changes they get added to these two unwanted threads rather
than my main thread.

How can I merge back these unwanted threads so that I only have one
thread ?
Som Lima
2021-04-01 08:17:10 UTC
Permalink
I guess today being April 1st everybody is too busy for me.

I will just make do with this video


The video is very informative with narrative such as from HERE you go
THERE.
From THERE you do THIS.
with THIS you can go UP.
from UP you can go DOWN.

I understand this project began in 2010. In 11 years you have done alot by
adding a GUI to the *.nix utility diff , file timestamp and the c
strcmp.

You must proud of what you have achieved in 11 years.
Post by Som Lima
Hi,
I have just started using git in eclipse and frankly it is has had an
enormous impact on my development.
On each occasion I make a change I commit it and comment it.
The way I was doing this was by first staging on command line terminal
using
git add .
Then committing it in eclipse
by
While root selected in project explorer -> right click -> team -> commit.
I seemed to have done something wrong.
If I select one of the sub directories I have another thread appearing in
git history window with master HEAD and a thread of changes below it.
if I select one of the files I have aldo another thread beginning with
master HEAD and list of changes below it.
I should only have one thread so that when the repository is select in git
repository window or the root in the project explorer I have just this one
thread.
Also if I make changes they get added to these two unwanted threads
rather than my main thread.
How can I merge back these unwanted threads so that I only have one
thread ?
Loading...