04-13-2015, 06:48 AM
Hi,
I give you output :
- git remote -v :
origin <!-- m --><a class="postlink" href="https://github.com/tsolucio/corebos">https://github.com/tsolucio/corebos</a><!-- m --> (fetch)
origin <!-- m --><a class="postlink" href="https://github.com/tsolucio/corebos">https://github.com/tsolucio/corebos</a><!-- m --> (push)
- git show --summary
commit 6d954ecc2a1811d1c9bbb00dffc6ad131402a7ed
Merge: 6196edc 54b0f6e
Author: root <root@simple-et-libre.com>
Date: Sun Jan 18 20:09:09 2015 +0100
Merge branch 'master' of <!-- m --><a class="postlink" href="https://github.com/tsolucio/corebos">https://github.com/tsolucio/corebos</a><!-- m -->
- git log
eliminate debug message and unneeded comments
commit 738d104c6c246505b5d13c4239dc79decfb16006
Author: Omar Llorens <omar@tsolucio.com>
Date: Fri Jan 16 10:58:14 2015 +0100
Thanks
I give you output :
- git remote -v :
origin <!-- m --><a class="postlink" href="https://github.com/tsolucio/corebos">https://github.com/tsolucio/corebos</a><!-- m --> (fetch)
origin <!-- m --><a class="postlink" href="https://github.com/tsolucio/corebos">https://github.com/tsolucio/corebos</a><!-- m --> (push)
- git show --summary
commit 6d954ecc2a1811d1c9bbb00dffc6ad131402a7ed
Merge: 6196edc 54b0f6e
Author: root <root@simple-et-libre.com>
Date: Sun Jan 18 20:09:09 2015 +0100
Merge branch 'master' of <!-- m --><a class="postlink" href="https://github.com/tsolucio/corebos">https://github.com/tsolucio/corebos</a><!-- m -->
- git log
eliminate debug message and unneeded comments
commit 738d104c6c246505b5d13c4239dc79decfb16006
Author: Omar Llorens <omar@tsolucio.com>
Date: Fri Jan 16 10:58:14 2015 +0100
Thanks
loridacito Wrote:Hi ,
sorry for the late response. Can you please tell me what output you get from this git commands?
git remote -v
git show --summary
and if you can check which is the latest commit you have using git log (the latest is the first) too, that would give us more than a hint.
Thanks