Я довольно новичок в git, и недавно начал использовать git merge
.Первый запрос на слияние прошел успешно, так как я вижу, что основная ветвь показывает изменения.
Но я немного запутался с графиком gitLab. ![enter image description here](https://i.stack.imgur.com/jdCmc.png)
Первый график с точки зрения функциональной ветви (называемой «rdrop»), следующий график - основная ветвь.: ![enter image description here](https://i.stack.imgur.com/ziHwK.png)
Может ли кто-нибудь объяснить Почему он показывает висящую ветвь 'rdrop'? и, что более важно, что именно означает эта висячая ветвь?
Я понимаю цель слияния, а также могу понять графики ветвления и слияния.Но не могу понять, что здесь происходит.Также не было конфликта слияния.
То, что я хотел сделать, это просто слить 'rdrop' с 'master'.Это все.Я не знаю, как я попал в этот беспорядок.
ДОПОЛНЕНИЕ К ОРИГИНАЛЬНОМУ ПОЧТУ
$git log rdrop
дает это:
Main-iMac:nlp sm$ git log rdrop
commit d6283913c4c66b1f516b7eb54ddfee0e5c5ad482 (HEAD -> rdrop, rdrop/rdrop, main)
Author: Sanjay Mehrotra <xxxx@gmail.com>
Date: Mon Feb 25 16:29:48 2019 +0530
speeded up tokenisation.
commit fbf093d77021d0032b01fbaf86dfa7aa3429f735
Author: Sanjay Mehrotra <sanjmeh@gmail.com>
Date: Mon Feb 25 15:59:31 2019 +0530
first commit on rdrop. Small css change to test.
commit d10a58a1354be75b7ef92237039d16d52fc6f8bd (origin/master, master)
Author: rstudio <sanjmeh@gmail.com>
Date: Mon Feb 25 14:34:38 2019 +0530
app reverted from test mode title & color to normal title and color
ОБНОВЛЕНИЕ"Добавлен вывод: git log --all --decorate --oneline --graph
Main-iMac:nlp sm$ git log --all --decorate --oneline --graph
* 2044225 (refs/stash) WIP on rdrop: d628391 speeded up tokenisation.
|\
| * 998ffdc index on rdrop: d628391 speeded up tokenisation.
|/
* d628391 (rdrop/rdrop, rdrop, main) speeded up tokenisation.
* fbf093d first commit on rdrop. Small css change to test.
| * 876bac8 (rdrop/master) Merge branch 'rdrop' into 'master'
| |\
|/ /
| * 79e469f (HEAD) Sample merge: deleted extra RDS files and one small CSS change
|/
* d10a58a (origin/master, master) app reverted from test mode title & color to normal title and color
* 1b7f430 removed stop button
* 5b54770 Merge branch 'master' of https://gitlab.com/sanjmeh/nlp
|\
| * 64feca3 Added message() in a function
| * f3040eb commit from aws server: - still multi user clash occuring but now the frequent disconnection is gone. - the replaceData(proxytable..) is replacing the DT of another user. - WIP
* | 66d3fa9 Merge branch 'master' of https://gitlab.com/sanjmeh/nlp
|\ \
| |/
| * b2e223d First commit from server. No code change. Just testing.
* | 46f6de0 Test mode css